@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.ttf) format("truetype")
}

.fab {
    font-family: Font Awesome\ 6 Brands
}

.fab,
.far {
    font-weight: 400
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 6 Pro
}

.fa,
.fas {
    font-weight: 900
}

.fal {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 300
}


.table-responsive {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    width: 100%
}

.table-responsive table {
    margin-bottom: 0;
    width: 100%
}



.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,
.col-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    margin-bottom: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 544px) {
    .container {
        max-width: 544px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 544px) {

    .container,
    .container-sm,
    .container-xsm {
        max-width: 544px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm,
    .container-xsm {
        max-width: 768px
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xsm {
        max-width: 992px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xsm {
        max-width: 1200px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 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,
.col-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 360px) {
    .col-xsm {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xsm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xsm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xsm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xsm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xsm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xsm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xsm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xsm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xsm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xsm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xsm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xsm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xsm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xsm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xsm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xsm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xsm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xsm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xsm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xsm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xsm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xsm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xsm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xsm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xsm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xsm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xsm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xsm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xsm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xsm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xsm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xsm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xsm-0 {
        margin-left: 0
    }

    .offset-xsm-1 {
        margin-left: 8.33333%
    }

    .offset-xsm-2 {
        margin-left: 16.66667%
    }

    .offset-xsm-3 {
        margin-left: 25%
    }

    .offset-xsm-4 {
        margin-left: 33.33333%
    }

    .offset-xsm-5 {
        margin-left: 41.66667%
    }

    .offset-xsm-6 {
        margin-left: 50%
    }

    .offset-xsm-7 {
        margin-left: 58.33333%
    }

    .offset-xsm-8 {
        margin-left: 66.66667%
    }

    .offset-xsm-9 {
        margin-left: 75%
    }

    .offset-xsm-10 {
        margin-left: 83.33333%
    }

    .offset-xsm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 544px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 360px) {
    .text-xsm-left {
        text-align: left !important
    }

    .text-xsm-right {
        text-align: right !important
    }

    .text-xsm-center {
        text-align: center !important
    }
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important
}


.tooltip {
    word-wrap: break-word;
    display: block;
    font-size: .875rem;
    margin: 3px;
    opacity: 0;
    position: absolute;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: 5px
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #3c3f43;
    border-width: .4rem 2.5px 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: 5px;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #3c3f43;
    border-width: 2.5px .4rem 2.5px 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #3c3f43;
    border-width: 0 2.5px .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: 5px;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #3c3f43;
    border-width: 2.5px 0 2.5px .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #3c3f43;
    border-radius: 5px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    width: 18px
}

.tooltip-icon:before {
    content: "?";
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-align: center
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: 10px;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 20px)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 20px);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 20px)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 20px)
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem 1rem
}

.modal-title {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 544px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 600px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-content {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 900px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.close {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #380f17;
    display: block;
    font-family: 'macaw', Axiforma, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
    position: relative
}

.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 i,
.h6 i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    color: #1c7d87;
    display: inline-block;
    margin-right: .2em;
    position: relative;
    top: -1px;
    vertical-align: middle
}

.is-dark .h1,
.is-dark .h2,
.is-dark .h3,
.is-dark .h4,
.is-dark .h5,
.is-dark .h6,
.is-dark h1,
.is-dark h2,
.is-dark h3,
.is-dark h4,
.is-dark h5,
.is-dark h6 {
    color: hsla(0, 0%, 100%, .92)
}

.h1,
h1 {
    font-size: 3.5rem;
    letter-spacing: 1.12px;
    line-height: 1.2
}

@media (max-width: 767.98px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-size: 2rem
}

@media (max-width: 767.98px) {

    .h2,
    h2 {
        font-size: 24px
    }
}

.h3,
h3 {
    font-size: 1.5rem
}

@media (max-width: 767.98px) {

    .h3,
    h3 {
        font-size: 20px
    }
}

.h4,
h4 {
    font-size: 1.125rem
}

@media (max-width: 767.98px) {

    .h4,
    h4 {
        font-size: 18px
    }
}

.h5,
h5 {
    font-size: 1rem
}

@media (max-width: 767.98px) {

    .h5,
    h5 {
        font-size: 16px
    }
}

.h6,
h6 {
    font-size: .875rem
}

@media (max-width: 767.98px) {

    .h6,
    h6 {
        font-size: 14px
    }
}

sup {
    vertical-align: super
}

sub,
sup {
    font-size: small
}

sub {
    vertical-align: sub
}

a:not(.btn-main):not(.btn) {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}



p {
    margin: 0 0 1.5rem
}

blockquote,
q {
    quotes: none
}

.common-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06)
}

ol,
ul {
    display: block;
    margin: 0 0 1.5rem;
    padding-left: 0;
    position: relative
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-top: 1.5rem
}



ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

footer ul,
header ul {
    margin: 0
}

footer ul ol,
footer ul ul,
header ul ol,
header ul ul {
    padding-top: 0
}

footer ul li,
header ul li {
    margin: 0;
    padding-left: 0
}

.list-dotted>li,
.section.content ul>li {
    padding-left: 24px
}

.list-dotted>li:before,
.section.content ul>li:before {
    background-color: #380f17;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 6px
}

.list-numbered,
.section.content ol {
    counter-reset: list
}

.list-numbered>li,
.section.content ol>li {
    counter-increment: list;
    padding-left: 2rem
}

.list-numbered>li:before,
.section.content ol>li:before {
    color: #380f17;
    content: counter(list) ".";
    display: block;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0
}


table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem
}

.section.content table:not(.tablepress):not(.competitors-table) {
    border: 1px solid #e7e7e7;
    width: 100%
}

.section.content table:not(.tablepress):not(.competitors-table) td,
.section.content table:not(.tablepress):not(.competitors-table) th {
    border-bottom: 1px solid #e7e7e7;
    font-weight: inherit;
    padding: 16px;
    text-align: left
}

.section.content table:not(.tablepress):not(.competitors-table) th {
    background-color: #f9fafb;
    color: #380f17;
    font-size: 18px
}

.section.content table:not(.tablepress):not(.competitors-table) th+td {
    border-left: 1px solid #e7e7e7
}



.card:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    z-index: 3
}

.card:active,
.card:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .05)
}

.auto.card {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.compact.card {
    padding: 2rem
}

.card>a:last-child,
.card>div:last-child,
.card>form:last-child {
    margin-bottom: 0
}

.card img {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

@media (max-width: 991.98px) {

    .card,
    .compact.card {
        padding: 1.5rem
    }
}

.is-dark .card {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .09)), to(hsla(0, 0%, 100%, .09))), -webkit-gradient(linear, left bottom, left top, from(rgba(19, 46, 87, .08)), to(rgba(19, 46, 87, .08))), #121212;
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .09), hsla(0, 0%, 100%, .09)), -webkit-linear-gradient(bottom, rgba(19, 46, 87, .08), rgba(19, 46, 87, .08)), #121212;
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .09), hsla(0, 0%, 100%, .09)), -o-linear-gradient(bottom, rgba(19, 46, 87, .08), rgba(19, 46, 87, .08)), #121212;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .09), hsla(0, 0%, 100%, .09)), linear-gradient(0deg, rgba(19, 46, 87, .08), rgba(19, 46, 87, .08)), #121212
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
.btn,
.btn-main,
.cta-btn,
.form-button-wrapping,
.gform_button,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.search-form .search-submit {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-flex-item-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: baseline;
    align-self: flex-start;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.6;
    overflow: hidden;
    padding: .75rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

@media (max-width: 991.98px) {

    #header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
    #header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
    #header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
    .btn,
    .btn-main,
    .cta-btn,
    .form-button-wrapping,
    .gform_button,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a,
    .header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main,
    .header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
    .header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
    .header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
    .search-form .search-submit {
        font-size: 16px;
        padding: 10px 20px
    }
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.focus,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus-visible,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus-within,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.focus,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:focus,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:focus-visible,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:focus-within,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.focus,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus-visible,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:focus-within,
.btn-main:focus,
.btn-main:focus-visible,
.btn-main:focus-within,
.btn:focus,
.btn:focus-visible,
.btn:focus-within,
.cta-btn:focus,
.cta-btn:focus-visible,
.cta-btn:focus-within,
.focus.btn,
.focus.btn-main,
.focus.cta-btn,
.focus.form-button-wrapping,
.focus.gform_button,
.form-button-wrapping:focus,
.form-button-wrapping:focus-visible,
.form-button-wrapping:focus-within,
.gform_button:focus,
.gform_button:focus-visible,
.gform_button:focus-within,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:focus-visible,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:focus-within,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:focus-visible,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:focus-within,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:focus,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:focus-visible,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:focus-within,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .focus.btn-main,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:focus,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:focus-visible,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:focus-within,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.focus.btn-main,
.search-form .focus.search-submit,
.search-form .search-submit:focus,
.search-form .search-submit:focus-visible,
.search-form .search-submit:focus-within {
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 5
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a i,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i,
.btn i,
.btn-main i,
.cta-btn i,
.form-button-wrapping i,
.gform_button i,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a i,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a i,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main i,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i,
.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i,
.search-form .search-submit i {
    margin-right: .5rem
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i.right,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a i.right,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i.right,
.btn i.right,
.btn-main i.right,
.cta-btn i.right,
.form-button-wrapping i.right,
.gform_button i.right,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a i.right,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a i.right,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main i.right,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i.right,
.search-form .search-submit i.right {
    margin-left: .5rem;
    margin-right: 0
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i+span,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a i+span,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a i+span,
.btn i+span,
.btn-main i+span,
.cta-btn i+span,
.form-button-wrapping i+span,
.gform_button i+span,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a i+span,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a i+span,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main i+span,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i+span,
.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i+span,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main i+span,
.search-form .search-submit i+span {
    padding-right: 1em
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .fab,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .fab,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .fab,
.btn .fab,
.btn-main .fab,
.cta-btn .fab,
.form-button-wrapping .fab,
.gform_button .fab,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .fab,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .fab,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .fab,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .fab,
.search-form .search-submit .fab {
    font-weight: 400
}

.depth-0:hover .icon-item--carat-down-white {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.depth-0:hover .icon-item--carat-down-white {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.depth-0:hover .icon-item--carat-down-white {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.depth-0:hover .icon-item--carat-down-white {
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}


#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .wrapping-content,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content,
.btn .wrapping-content,
.btn-main .wrapping-content,
.cta-btn .wrapping-content,
.form-button-wrapping .wrapping-content,
.gform_button .wrapping-content,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .wrapping-content,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .wrapping-content,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .wrapping-content,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .wrapping-content,
.search-form .search-submit .wrapping-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
.btn .wrapping-content .after,
.btn .wrapping-content .before,
.btn-main .wrapping-content .after,
.btn-main .wrapping-content .before,
.cta-btn .wrapping-content .after,
.cta-btn .wrapping-content .before,
.form-button-wrapping .wrapping-content .after,
.form-button-wrapping .wrapping-content .before,
.gform_button .wrapping-content .after,
.gform_button .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .wrapping-content .before,
.search-form .search-submit .wrapping-content .after,
.search-form .search-submit .wrapping-content .before {
    display: block;
    pointer-events: none;
    text-align: center;
    width: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .before,
.btn .wrapping-content .before,
.btn-main .wrapping-content .before,
.cta-btn .wrapping-content .before,
.form-button-wrapping .wrapping-content .before,
.gform_button .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .wrapping-content .before,
.search-form .search-submit .wrapping-content .before {
    position: relative;
    top: 0
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a .wrapping-content .after,
.btn .wrapping-content .after,
.btn-main .wrapping-content .after,
.cta-btn .wrapping-content .after,
.form-button-wrapping .wrapping-content .after,
.gform_button .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main .wrapping-content .after,
.search-form .search-submit .wrapping-content .after {
    bottom: -100%;
    position: absolute
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .before,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .before,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .before,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .before,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .before,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .before,
.btn-main:not(.disabled):focus .wrapping-content .before,
.btn-main:not(.disabled):hover .wrapping-content .before,
.btn:not(.disabled):focus .wrapping-content .before,
.btn:not(.disabled):hover .wrapping-content .before,
.cta-btn:not(.disabled):focus .wrapping-content .before,
.cta-btn:not(.disabled):hover .wrapping-content .before,
.form-button-wrapping:not(.disabled):focus .wrapping-content .before,
.form-button-wrapping:not(.disabled):hover .wrapping-content .before,
.gform_button:not(.disabled):focus .wrapping-content .before,
.gform_button:not(.disabled):hover .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:not(.disabled):focus .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:not(.disabled):hover .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:not(.disabled):focus .wrapping-content .before,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:not(.disabled):hover .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:not(.disabled):focus .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:not(.disabled):hover .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:not(.disabled):focus .wrapping-content .before,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:not(.disabled):hover .wrapping-content .before,
.search-form .search-submit:not(.disabled):focus .wrapping-content .before,
.search-form .search-submit:not(.disabled):hover .wrapping-content .before {
    -webkit-animation: slideUPTextBefore .8s forwards;
    -o-animation: slideUPTextBefore .8s forwards;
    animation: slideUPTextBefore .8s forwards
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):focus .wrapping-content .after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:not(.disabled):hover .wrapping-content .after,
.btn-main:not(.disabled):focus .wrapping-content .after,
.btn-main:not(.disabled):hover .wrapping-content .after,
.btn:not(.disabled):focus .wrapping-content .after,
.btn:not(.disabled):hover .wrapping-content .after,
.cta-btn:not(.disabled):focus .wrapping-content .after,
.cta-btn:not(.disabled):hover .wrapping-content .after,
.form-button-wrapping:not(.disabled):focus .wrapping-content .after,
.form-button-wrapping:not(.disabled):hover .wrapping-content .after,
.gform_button:not(.disabled):focus .wrapping-content .after,
.gform_button:not(.disabled):hover .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:not(.disabled):focus .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:not(.disabled):hover .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:not(.disabled):focus .wrapping-content .after,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:not(.disabled):hover .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:not(.disabled):focus .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:not(.disabled):hover .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:not(.disabled):focus .wrapping-content .after,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:not(.disabled):hover .wrapping-content .after,
.search-form .search-submit:not(.disabled):focus .wrapping-content .after,
.search-form .search-submit:not(.disabled):hover .wrapping-content .after {
    -webkit-animation: slideUPTextAfter .3s forwards;
    -o-animation: slideUPTextAfter .3s forwards;
    animation: slideUPTextAfter .3s forwards
}

@-webkit-keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@-o-keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@-webkit-keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@-o-keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled,
.btn-main:disabled,
.btn:disabled,
.cta-btn:disabled,
.disabled.btn,
.disabled.btn-main,
.disabled.cta-btn,
.disabled.form-button-wrapping,
.disabled.form-button-wrapping.gform_button.button,
.disabled.gform_button,
.form-button-wrapping.gform_button.button:disabled,
.form-button-wrapping:disabled,
.form-button-wrapping:hover.disabled.gform_button.button>.disabled[type=submit],
.form-button-wrapping:hover.disabled.gform_button.button>:disabled[type=submit],
.form-button-wrapping:hover.disabled>.disabled[type=submit],
.form-button-wrapping:hover.disabled>:disabled[type=submit],
.gform_button:disabled,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.btn-main,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.btn-main,
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    background-color: #e5e7eb !important;
    border: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    cursor: not-allowed
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:hover,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:hover,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled:hover,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled:hover,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:hover,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:hover,
.btn-main:disabled:hover,
.btn:disabled:hover,
.cta-btn:disabled:hover,
.disabled.btn-main:hover,
.disabled.btn:hover,
.disabled.cta-btn:hover,
.disabled.form-button-wrapping:hover,
.disabled.gform_button:hover,
.form-button-wrapping:disabled:hover,
.form-button-wrapping:hover.disabled>.disabled:hover[type=submit],
.form-button-wrapping:hover.disabled>:disabled:hover[type=submit],
.gform_button:disabled:hover,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled:hover,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled:hover,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled:hover,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled:hover,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled:hover,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.btn-main:hover,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled:hover,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.btn-main:hover,
.search-form .disabled.search-submit:hover,
.search-form .search-submit:disabled:hover {
    background-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    color: #6b7280
}



#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled.focus>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus-visible>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus-within>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled.focus>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus-visible>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus-within>div,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled.focus>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled:focus-visible>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled:focus-within>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a.disabled:focus>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled.focus>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled:focus-visible>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled:focus-within>div,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a:disabled:focus>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled.focus>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus-visible>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus-within>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a.disabled:focus>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled.focus>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus-visible>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus-within>div,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a:disabled:focus>div,
.btn-main:disabled.focus>div,
.btn-main:disabled:focus-visible>div,
.btn-main:disabled:focus-within>div,
.btn-main:disabled:focus>div,
.btn:disabled.focus>div,
.btn:disabled:focus-visible>div,
.btn:disabled:focus-within>div,
.btn:disabled:focus>div,
.cta-btn:disabled.focus>div,
.cta-btn:disabled:focus-visible>div,
.cta-btn:disabled:focus-within>div,
.cta-btn:disabled:focus>div,
.disabled.btn-main:focus-visible>div,
.disabled.btn-main:focus-within>div,
.disabled.btn-main:focus>div,
.disabled.btn:focus-visible>div,
.disabled.btn:focus-within>div,
.disabled.btn:focus>div,
.disabled.cta-btn:focus-visible>div,
.disabled.cta-btn:focus-within>div,
.disabled.cta-btn:focus>div,
.disabled.focus.btn-main>div,
.disabled.focus.btn>div,
.disabled.focus.cta-btn>div,
.disabled.focus.form-button-wrapping>div,
.disabled.focus.gform_button>div,
.disabled.form-button-wrapping:focus-visible>div,
.disabled.form-button-wrapping:focus-within>div,
.disabled.form-button-wrapping:focus>div,
.disabled.gform_button:focus-visible>div,
.disabled.gform_button:focus-within>div,
.disabled.gform_button:focus>div,
.form-button-wrapping:disabled.focus>div,
.form-button-wrapping:disabled:focus-visible>div,
.form-button-wrapping:disabled:focus-within>div,
.form-button-wrapping:disabled:focus>div,
.form-button-wrapping:hover.disabled>.disabled.focus[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus-visible[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus-within[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled.focus[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus-visible[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus-within[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus[type=submit]>div,
.gform_button:disabled.focus>div,
.gform_button:disabled:focus-visible>div,
.gform_button:disabled:focus-within>div,
.gform_button:disabled:focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled.focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled:focus-visible>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled:focus-within>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a.disabled:focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled.focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled:focus-visible>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled:focus-within>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a:disabled:focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled.focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled:focus-visible>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled:focus-within>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a.disabled:focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled.focus>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled:focus-visible>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled:focus-within>div,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:disabled:focus>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled.focus>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled:focus-visible>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled:focus-within>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main:disabled:focus>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.btn-main:focus-visible>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.btn-main:focus-within>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.btn-main:focus>div,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .disabled.focus.btn-main>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled.focus>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled:focus-visible>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled:focus-within>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main:disabled:focus>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.btn-main:focus-visible>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.btn-main:focus-within>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.btn-main:focus>div,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.disabled.focus.btn-main>div,
.search-form .disabled.focus.search-submit>div,
.search-form .disabled.search-submit:focus-visible>div,
.search-form .disabled.search-submit:focus-within>div,
.search-form .disabled.search-submit:focus>div,
.search-form .search-submit:disabled.focus>div,
.search-form .search-submit:disabled:focus-visible>div,
.search-form .search-submit:disabled:focus-within>div,
.search-form .search-submit:disabled:focus>div {
    color: #6b7280
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
.btn-sm {
    font-size: .875rem;
    padding: .6rem 1rem
}

@media (max-width: 991.98px) {

    #header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
    #header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
    #header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
    .btn-sm {
        font-size: .875rem;
        padding: .5rem .9375rem
    }
}

.btn-lg {
    font-size: 18px;
    padding: 1.25rem 2.5rem
}

@media (max-width: 991.98px) {
    .btn-lg {
        font-size: 16px;
        padding: 15px 1.25rem
    }
}

.btn-block,
.gform_button {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.form-button-wrapping {
    padding: 0
}

.form-button-wrapping.gform_button.button {
    background: #380f17;
    padding: 0
}

.form-button-wrapping.gform_button>[type=submit] {
    background: #380f17;
    border: none;
    color: transparent;
    padding: 11px 24px
}

.form-button-wrapping>[type=submit] {
    border: none;
    color: transparent
}

.form-button-wrapping .wrapping-content {
    left: 50%;
    margin-right: -50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form-button-wrapping:hover.gform_button.button>[type=submit],
.form-button-wrapping:hover>[type=submit] {
    border: none
}

.form-button-wrapping:hover.gform_button.button>[type=submit] {
    background: #380f17
}



#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
.btn-primary-darkblue,
.btn.btn-primary-darkblue {
    background-color: #380f17;
    border: 1px solid #380f17;
    color: #fff
}

.btn-primary-white,
.btn.btn-primary-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside.outlined>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside.outlined>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside.outlined>a,
.btn-secondary-darkblue,
.btn.btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #380f17;
    color: #380f17
}

.btn-secondary-white,
.btn.btn-secondary-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}



ul.block {
    display: block
}

ul.no-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.checklist {
    list-style: none;
    margin-bottom: 0;
    padding-left: 2rem
}

ul.checklist li {
    position: relative
}

ul.checklist li:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/fmva-checkmark-white.svg);
    background-size: 16px 14px;
    content: "";
    display: inline-block;
    height: 14px;
    left: -2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px
}

.lead {
    color: #380f17
}

.bg-cover,
.bg-image {
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none
}

.bg-cover-transparency-dark.bg-image:not(.no-color-filter):before,
.bg-cover-transparency.bg-image:not(.no-color-filter):before,
.bg-cover.bg-cover-transparency-dark:not(.no-color-filter):before,
.bg-cover.bg-cover-transparency:not(.no-color-filter):before {
    background-color: rgba(160, 200, 233, .75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bg-line {
    border-top: 1px solid #e7e7e7
}

.bg-white {
    background-color: #fff
}

.bg-light,
.bg-lightest {
    background-color: #e7e7e7
}

.bg-lightest {
    background-color: #f5f5f5
}

.bg-dark {
    background-color: #380f17;
    color: #fff
}

.bg-dark .btn-default,
.bg-dark .btn-primary,
.bg-dark .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.bg-dark .btn-secondary,
.bg-dark .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-dark a:not(.btn-main):not(.btn),
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff
}

.bg-dark a:not(.btn-main):not(.btn):active,
.bg-dark a:not(.btn-main):not(.btn):focus,
.bg-dark a:not(.btn-main):not(.btn):hover {
    text-decoration: none
}

.bg-brand-primary,
.bg-image {
    background-color: #380f17;
    color: #fff
}

.bg-brand-primary .btn-default,
.bg-brand-primary .btn-primary,
.bg-brand-primary .btn-primary-darkblue,
.bg-image .btn-default,
.bg-image .btn-primary,
.bg-image .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.bg-brand-primary .btn-secondary,
.bg-brand-primary .btn-secondary-darkblue,
.bg-image .btn-secondary,
.bg-image .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-brand-primary h1,
.bg-brand-primary h2,
.bg-brand-primary h3,
.bg-brand-primary h4,
.bg-brand-primary h5,
.bg-brand-primary h6,
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.bg-image h6 {
    color: #fff
}

.bg-brand-primary a,
.bg-image a {
    color: #0029d8
}

.bg-brand-primary a:active,
.bg-brand-primary a:focus,
.bg-brand-primary a:hover,
.bg-image a:active,
.bg-image a:focus,
.bg-image a:hover {
    color: #0c3aff;
    text-decoration: none
}

.bg-brand-primary-dark {
    background-color: #1e2a39;
    color: #fff
}

.bg-brand-primary-dark .btn-default,
.bg-brand-primary-dark .btn-primary,
.bg-brand-primary-dark .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1e2a39
}

.bg-brand-primary-dark .btn-secondary,
.bg-brand-primary-dark .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-brand-primary-dark a,
.bg-brand-primary-dark h1,
.bg-brand-primary-dark h2,
.bg-brand-primary-dark h3,
.bg-brand-primary-dark h4,
.bg-brand-primary-dark h5,
.bg-brand-primary-dark h6 {
    color: #fff
}

.bg-brand-primary-dark a:active,
.bg-brand-primary-dark a:focus,
.bg-brand-primary-dark a:hover {
    text-decoration: none
}

.bg-image:not(.no-color-filter):before {
    background-color: rgba(160, 200, 233, .85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bg-darkblue {
    background-color: #380f17
}

.inner-wrapper-md {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .inner-wrapper-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        margin-left: 8.33333%;
        max-width: 83.33333%
    }
}

@media (min-width: 992px) {
    .inner-wrapper-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        margin-left: 16.66667%;
        max-width: 66.66667%
    }
}

.inner-wrapper-lg {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .inner-wrapper-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        margin-left: 8.33333%;
        max-width: 83.33333%
    }
}

.discount-text {
    font-size: 80%;
    text-transform: uppercase
}

.break-words {
    word-break: break-all
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    height: auto;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

.swiper-button-next.circle,
.swiper-button-prev.circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #947131;
    border-radius: 42px;
    bottom: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(34, 34, 34, .2);
    box-shadow: 0 0 10px 0 rgba(34, 34, 34, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    justify-content: center;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 42px
}

.swiper-button-next.circle:hover,
.swiper-button-prev.circle:hover {
    background: #f57a16;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-button-next.circle>img,
.swiper-button-prev.circle>img {
    position: relative
}

.swiper-button-next .arrow-left,
.swiper-button-next .arrow-right,
.swiper-button-prev .arrow-left,
.swiper-button-prev .arrow-right {
    background-size: 34px 53px;
    height: 53px;
    width: 34px
}

.swiper-button-next .arrow-left,
.swiper-button-prev .arrow-left {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-left.svg)
}

.swiper-button-next .arrow-right,
.swiper-button-prev .arrow-right {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-right.svg)
}

.swiper-button-next {
    right: 0
}

.swiper-button-next.circle {
    margin-right: -50px;
    right: 50%
}

.swiper-button-next.circle>img {
    right: -2px
}

.swiper-button-prev {
    left: 0
}

.swiper-button-prev.circle {
    left: 50%;
    margin-left: -50px
}

.swiper-button-prev.circle>img {
    left: -2px
}

.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hidden {
    display: none !important
}

.not-registered-only,
.registered-only {
    display: none
}

ul.checkmarks {
    list-style: none;
    padding-left: 32px
}

ul.checkmarks li {
    margin-bottom: 14px;
    position: relative
}

ul.checkmarks li:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-checkmark-green.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    height: 20px;
    left: -32px;
    position: absolute;
    top: 4px;
    width: 20px
}

.common-shadow {
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2)
}

.perspective-wrap {
    -webkit-perspective: 250px;
    perspective: 250px
}

.towards-effect {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important
}

.towards-effect,
.towards-effect:active,
.towards-effect:focus,
.towards-effect:hover {
    -webkit-font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.towards-effect:active,
.towards-effect:focus,
.towards-effect:hover {
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px)
}

.content .shadow-img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.navbar {
    padding: .5rem 0
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav .nav-item {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0
}

.container .search-form .ajax-search-dropdown {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    display: none;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    z-index: 10
}

.container .search-form .ajax-search-dropdown ul {
    display: block;
    margin: 0;
    padding: 0
}

.container .search-form .ajax-search-dropdown ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left
}

.container .search-form .ajax-search-dropdown ul li a {
    color: #380f17;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 767.98px) {
    .container .search-form .ajax-search-dropdown ul li a {
        padding: 0 10px
    }
}

.container .search-form .ajax-search-dropdown ul li a i {
    color: #dddee0;
    font-size: 16px;
    padding-right: 16px
}

@media (max-width: 767.98px) {
    .container .search-form .ajax-search-dropdown ul li a i {
        display: none
    }
}

.container .search-form .ajax-search-dropdown ul li a:hover {
    background: #eefafc;
    color: #1c7d87 !important
}

.container .search-form .ajax-search-dropdown ul li.lesson-itm a {
    color: #727477;
    font-weight: 400
}

.container .search-form .ajax-search-dropdown ul li.lesson-itm a i {
    padding-right: 32px
}

img:not([src]):not([srcset]),
img[src=""],
img[srcset=""] {
    visibility: hidden
}

body .iubenda-tp-btn:not([data-tp-nostyle]) {
    visibility: hidden !important
}

.lazy-scalable-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%
}

.lazy-scalable-image img {
    display: none !important
}

body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=bottom],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=left],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=right],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=top],
body.admin-bar .tooltip.bs-tooltip-bottom,
body.admin-bar .tooltip.bs-tooltip-left,
body.admin-bar .tooltip.bs-tooltip-right,
body.admin-bar .tooltip.bs-tooltip-top {
    top: -32px !important
}

@media (max-width: 782px) {

    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=bottom],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=left],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=right],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=top],
    body.admin-bar .tooltip.bs-tooltip-bottom,
    body.admin-bar .tooltip.bs-tooltip-left,
    body.admin-bar .tooltip.bs-tooltip-right,
    body.admin-bar .tooltip.bs-tooltip-top {
        top: -46px !important
    }
}

.bc-separator {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/caret.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px
}

[data-scrolltop_btn] {
    background: #8f0b13;
    border: none;
    border-radius: 50%;
    bottom: 10rem;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 113, 210, .15), 0 3px 6px 0 rgba(50, 113, 210, .1);
    box-shadow: 0 10px 20px 0 rgba(50, 113, 210, .15), 0 3px 6px 0 rgba(50, 113, 210, .1);
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 24px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -o-transform .2s linear;
    width: 48px;
    z-index: 200
}

[data-scrolltop_btn]:hover {
    background: #255bac
}

[data-scrolltop_btn]:active {
    background: #255bac;
    -webkit-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

[data-scrolltop_btn]:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/slider-arrow-cards.svg);
    content: "";
    height: 24px;
    left: 25%;
    position: absolute;
    top: 25%;
    -webkit-transform: rotate(-90deg) translate(0);
    -o-transform: rotate(-90deg) translate(0);
    transform: rotate(-90deg) translate(0);
    width: 24px
}

[data-scrolltop_btn]:after {
    bottom: -24px;
    color: #8f0b13;
    content: "Scroll";
    font-size: .875rem;
    font-weight: 700;
    left: 25%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-25%);
    -o-transform: translate(-25%);
    transform: translate(-25%);
    width: 100%
}

.modal-backdrop {
    background-color: #8f0b13;
    bottom: 0;
    left: 0;
    opacity: .5;
    right: 0;
    top: 0;
    z-index: 1051
}

.modal {
    z-index: 1052
}

.load-more {
    color: #8f0b13;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    padding-right: 20px;
    position: relative
}

.load-more:after {
    content: "\f078";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    line-height: 1.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px
}

.load-more .closed {
    display: block
}

.load-more .opened {
    display: none
}

.load-more.active:after {
    content: "\f077"
}

.load-more.active .closed {
    display: none
}

.load-more.active .opened {
    display: block
}

@media (max-width: 767.98px) {
    .show-desktop {
        display: none
    }
}

@media (min-width: 544px) {
    .show-mobile {
        display: none
    }
}

body.page .section.content ol:not(.lower-ol) {
    counter-reset: item !important;
    list-style-type: none !important;
    padding: 0
}

body.page .section.content ol:not(.lower-ol):last-child {
    margin: .5rem 0 0
}

body.page .section.content ol:not(.lower-ol)>li {
    counter-increment: item !important;
    display: table !important;
    margin-bottom: .6em;
    padding-left: 0
}

body.page .section.content ol:not(.lower-ol)>li:before {
    content: counters(item, ".") ". " !important;
    display: table-cell !important;
    padding-right: .6em;
    position: static
}

body.page .section.content ol:not(.lower-ol)>li:not(.lower-ol):last-child {
    margin: 0
}

body.page .section.content ol:not(.lower-ol)>li:not(.lower-ol):before {
    content: counters(item, ".") " " !important
}

body.page .section.content ol:not(.lower-ol)>li ol {
    margin-bottom: .5rem;
    margin-top: .5rem;
    padding-top: 0
}

body.page .section.content ol:not(.lower-ol)>li ol li {
    margin-bottom: .5rem
}

body.page .section.content ol:not(.lower-ol)>li ol li:last-child {
    margin-bottom: 0
}

body.page .section.content ol ol,
body.page .section.content ol ul,
body.page .section.content ul ol,
body.page .section.content ul ul {
    margin-top: .5rem
}

.link-with-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.link-with-icon span {
    color: #8f0b13;
    font-size: 16px;
    font-weight: 700
}

.link-with-icon span,
.link-with-icon svg {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.link-with-icon svg {
    margin-left: 10px
}

.link-with-icon:hover span {
    color: #5c8edb
}

.link-with-icon:hover svg {
    margin-left: 16px
}

.link-with-icon:hover svg path {
    fill: #5c8edb
}

.mfp-wrap {
    z-index: 1043 !important
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    z-index: 5
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container .swiper-button-prev {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/minislider-arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    height: 32px;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: 32px
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
    position: static
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #e5e7eb;
    border-radius: 0;
    height: 2px;
    margin: 0 3px 8px;
    opacity: 1;
    width: 34px
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #380f17
}

.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
body .bg-darkblue .swiper-navbutton-container .swiper-button-next,
body .bg-darkblue .swiper-navbutton-container .swiper-button-prev {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/minislider-arrow-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    height: 32px;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: 32px
}

.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-pagination,
body .bg-darkblue .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
    position: static
}

.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
body .bg-darkblue .swiper-pagination .swiper-pagination-bullet {
    background-color: #6b7280;
    border-radius: 0;
    height: 2px;
    margin: 0 3px 8px;
    opacity: 1;
    width: 34px
}

.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body .bg-darkblue .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.search-fixed-box .certificate-cards .bg-darkblue.slider-navigation-container .swiper-navbutton-container,
body .bg-darkblue .swiper-navbutton-container {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-fixed-box .certificate-cards .slider-navigation-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container.prev {
    padding-right: 40px
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container.prev .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search-fixed-box .certificate-cards .slider-navigation-container .swiper-navbutton-container.next {
    padding-left: 40px
}

section.faq {
    padding: 40px 0
}

@media (min-width: 544px) {
    section.faq {
        padding: 60px 0
    }
}

@media (min-width: 768px) {
    section.faq {
        padding: 80px 0
    }
}

@media (min-width: 1200px) {
    section.faq {
        padding: 100px 0
    }
}

.hide-scroll #beacon-container,
.section.content ul.tabs li:after,
.section.content ul.tabs li:before {
    display: none
}

.form-box,
.section.content #wpseo_sitemap ul li {
    display: block
}

.form-box {
    margin-bottom: 1rem;
    position: relative
}

.card.form-box {
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 540px;
    padding: 3rem
}

.form-box .items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -.5rem;
    position: relative
}

.form-box .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 1rem;
    padding: 0 .5rem;
    width: 100%
}

.form-box .item:empty {
    margin-bottom: 0
}

.form-box .item.half {
    width: 50%
}

.form-box .has-error .label {
    color: #c32828
}

.form-box .has-error input,
.form-box .has-error textarea {
    border-color: #c32828
}

.form-box .field.row {
    margin-bottom: -1rem;
    margin-top: .5rem
}

.form-box .error {
    color: #c32828;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px
}

.form-box .content {
    font-size: 16px;
    margin-bottom: 1.5rem
}

.form-box .content p {
    margin-bottom: 1rem
}

.form-box .content p:empty,
.form-box .content p:last-child {
    margin-bottom: 0
}

.form-box .checkbox,
.form-box .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice,
.form-box .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice,
.form-box .radiobox,
.form-box .switcher,
.gform_wrapper .gform_body .gform_fields .gfield .form-box .gfield_checkbox>.gchoice,
.gform_wrapper .gform_body .gform_fields .gfield .form-box .gfield_radio>.gchoice {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1rem
}

.form-box .link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px
}

@media (max-width: 991px) {
    .form-box .field.row {
        margin-bottom: -1rem;
        margin-top: 0
    }

    .form-box .label {
        font-size: 16px;
        line-height: 1.5
    }

    .form-box .content {
        margin-bottom: 1rem
    }

    .form-box .buttons {
        margin-top: .75rem
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF;
    border: 1px solid #8f0b13;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8f0b13;
    display: block;
    font-family: 'Axiforma', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    padding: .75rem 1rem;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    z-index: 2
}

input:hover[type=email],
input:hover[type=number],
input:hover[type=password],
input:hover[type=search],
input:hover[type=tel],
input:hover[type=text],
input:hover[type=url] {
    border-color: #380f17;
}

input:focus[type=email],
input:focus[type=number],
input:focus[type=password],
input:focus[type=search],
input:focus[type=tel],
input:focus[type=text],
input:focus[type=url] {
    outline: none;
}

input:disabled[type=email],
input:disabled[type=number],
input:disabled[type=password],
input:disabled[type=search],
input:disabled[type=tel],
input:disabled[type=text],
input:disabled[type=url] {
    background-color: #e5e7eb;
    border-color: #dddee0;
    color: #380f17;
    outline: none
}

input.small[type=email],
input.small[type=number],
input.small[type=password],
input.small[type=search],
input.small[type=tel],
input.small[type=text],
input.small[type=url] {
    font-size: .875rem;
    padding: .75rem 1rem
}

input:-ms-input-placeholder[type=email],
input:-ms-input-placeholder[type=number],
input:-ms-input-placeholder[type=password],
input:-ms-input-placeholder[type=search],
input:-ms-input-placeholder[type=tel],
input:-ms-input-placeholder[type=text],
input:-ms-input-placeholder[type=url] {
    color: #FFF;
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
    color: #FFF;
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder {
    color: #FFF;
}


input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder {
    color: #FFF;
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder {
    color: #FFF;
}

input.input-md[type=email],
input.input-md[type=number],
input.input-md[type=password],
input.input-md[type=search],
input.input-md[type=tel],
input.input-md[type=text],
input.input-md[type=url] {
    padding: .3rem .75rem
}



.checkbox input+span,
.checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input+span,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice label {
    color: #380f17;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 2rem;
    position: relative
}

.checkbox input+span:before,
.checkbox label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice label:before {
    background-color: #e5e7eb;
    border-radius: 2px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 16px;
    z-index: 1
}

.checkbox input+span:after,
.checkbox label:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice label:after {
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 16px;
    z-index: 2
}

.checkbox input+span:hover:after,
.checkbox label:hover:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input+span:hover:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice label:hover:after {
    -webkit-box-shadow: 0 0 0 8px rgba(229, 231, 235, .2);
    box-shadow: 0 0 0 8px rgba(229, 231, 235, .2)
}

.checkbox input+span:active:after,
.checkbox label:active:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input+span:active:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice label:active:after {
    -webkit-box-shadow: 0 0 0 8px rgba(229, 231, 235, .4);
    box-shadow: 0 0 0 8px rgba(229, 231, 235, .4)
}

.checkbox input:checked+span:before,
.checkbox input:checked~input+span:before,
.checkbox input:checked~label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~label:before {
    background-color: #8f0b13
}

.checkbox input:checked+span:after,
.checkbox input:checked~input+span:after,
.checkbox input:checked~label:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~input+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~label:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMDMgNS43MmEuNzUuNzUgMCAwIDAtMS4wNiAxLjA2bDEuMDYtMS4wNlptNy4yNS0xLjY5YS43NS43NSAwIDEgMC0xLjA2LTEuMDZsMS4wNiAxLjA2Wm0tNS42IDQuNC41My0uNTMxLS41My41M1ptLjE0IDAtLjUzLS41MzEuNTMuNTNaTTEuOTcgNi43OGwyLjE3OSAyLjE4IDEuMDYtMS4wNjEtMi4xNzktMi4xOEwxLjk3IDYuNzhaTTUuMzUgOC45Nmw0LjkzLTQuOTNMOS4yMiAyLjk3IDQuMjkgNy44OTlsMS4wNjEgMS4wNlptLTEuMjAyIDBhLjg1Ljg1IDAgMCAwIDEuMjAyIDBsLTEuMDYtMS4wNjFhLjY1LjY1IDAgMCAxIC45MTkgMGwtMS4wNjEgMS4wNloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) 50% 50% no-repeat
}

.checkbox input:checked+span:hover:after,
.checkbox input:checked~input+span:hover:after,
.checkbox input:checked~label:hover:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked+span:hover:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~input+span:hover:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~label:hover:after {
    -webkit-box-shadow: 0 0 0 8px rgba(231, 242, 255, .1);
    box-shadow: 0 0 0 8px rgba(231, 242, 255, .1)
}

.checkbox input:checked+span:active:after,
.checkbox input:checked~input+span:active:after,
.checkbox input:checked~label:active:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked+span:active:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~input+span:active:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:checked~label:active:after {
    -webkit-box-shadow: 0 0 0 8px rgba(147, 172, 253, .2);
    box-shadow: 0 0 0 8px rgba(147, 172, 253, .2)
}

.checkbox input:disabled+span:before,
.checkbox input:disabled~input+span:before,
.checkbox input:disabled~label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled~input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled~label:before {
    background-color: #6b7280
}

.checkbox input:disabled+span:after,
.checkbox input:disabled~input+span:after,
.checkbox input:disabled~label:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled~input+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input:disabled~label:after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.checkbox,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice {
    display: block;
    position: relative
}

.checkbox input,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice input {
    display: block;
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input+span,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice label,
.radiobox input+span,
.radiobox label {
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 2rem;
    position: relative
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice label:before,
.radiobox input+span:before,
.radiobox label:before {
    background-color: #e5e7eb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 16px;
    z-index: 1
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice label:after,
.radiobox input+span:after,
.radiobox label:after {
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 6px;
    z-index: 2
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked~input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked~label:before,
.radiobox input:checked+span:before,
.radiobox input:checked~input+span:before,
.radiobox input:checked~label:before {
    background-color: #8f0b13;
    background-image: none !important
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked~input+span:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:checked~label:after,
.radiobox input:checked+span:after,
.radiobox input:checked~input+span:after,
.radiobox input:checked~label:after {
    background-color: #fff
}



.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:disabled+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:disabled~input+span:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input:disabled~label:before,
.radiobox input:disabled+span:before,
.radiobox input:disabled~input+span:before,
.radiobox input:disabled~label:before {
    background-color: #e5e7eb
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice,
.radiobox {
    display: block;
    position: relative
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice input,
.radiobox input {
    display: block;
    left: -1000px;
    position: absolute;
    visibility: hidden
}



.switcher {
    display: inline-block;
    position: relative
}

.switcher input+span {
    color: #8f0b13;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 46px;
    position: relative
}

.switcher input+span:before {
    background-color: #dddee0;
    border-radius: 9px;
    height: 18px;
    left: 0;
    margin-top: -8px;
    width: 33px;
    z-index: 1
}

.switcher input+span:after,
.switcher input+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.switcher input+span:after {
    background-color: #fff;
    border-radius: 50%;
    height: 14px;
    left: 2px;
    margin-top: -6px;
    width: 14px;
    z-index: 2
}

.switcher input+span:hover:after {
    -webkit-box-shadow: 0 0 0 8px rgba(229, 231, 235, .1);
    box-shadow: 0 0 0 8px rgba(229, 231, 235, .1)
}

.switcher input+span:active:after,
.switcher input+span:focus:after {
    -webkit-box-shadow: 0 0 0 8px rgba(229, 231, 235, .2);
    box-shadow: 0 0 0 8px rgba(229, 231, 235, .2)
}

.switcher input {
    display: block;
    left: -1000px;
    position: absolute;
    visibility: hidden
}

.switcher input:checked+label:before,
.switcher input:checked+span:before {
    background-color: #8f0b13
}

.switcher input:checked+label:after,
.switcher input:checked+span:after {
    left: 17px
}

.switcher input:checked+label:hover:after,
.switcher input:checked+span:hover:after {
    -webkit-box-shadow: 0 0 0 8px rgba(231, 242, 255, .1);
    box-shadow: 0 0 0 8px rgba(231, 242, 255, .1)
}

.switcher input:checked+label:active:after,
.switcher input:checked+label:focus:after,
.switcher input:checked+span:active:after,
.switcher input:checked+span:focus:after {
    -webkit-box-shadow: 0 0 0 8px rgba(147, 172, 253, .2);
    box-shadow: 0 0 0 8px rgba(147, 172, 253, .2)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8f0b13;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8f0b13
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8f0b13
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #8f0b13
}

input::placeholder,
textarea::placeholder {
    color: #8f0b13
}

textarea {
    height: 112px;
    overflow: auto;
    width: 100%
}

.label,
label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.label .required,
label .required {
    color: #c32828
}

.gform_wrapper .gform_heading {
    margin-bottom: 1rem
}

.gform_wrapper form .validation_error,
.gform_wrapper.gform_validation_error .gform_validation_errors {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.gform_wrapper form .validation_error .gform-icon,
.gform_wrapper.gform_validation_error .gform_validation_errors .gform-icon {
    display: none
}

.gform_wrapper form .validation_error .gform_submission_error,
.gform_wrapper.gform_validation_error .gform_validation_errors .gform_submission_error {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff0f0;
    border: 1px solid #9f1239;
    border-radius: 4px;
    color: #380f17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 2rem;
    padding: 16px 48px 16px 16px;
    position: relative
}

.gform_wrapper form .validation_error .gform_submission_error:before,
.gform_wrapper.gform_validation_error .gform_validation_errors .gform_submission_error:before {
    -ms-flex-negative: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/alert-danger-circle-filled.svg);
    background-repeat: no-repeat;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    margin-right: 8px;
    position: relative;
    width: 24px
}

.gform_wrapper form .validation_error .gform_submission_error .gform-icon--close,
.gform_wrapper.gform_validation_error .gform_validation_errors .gform_submission_error .gform-icon--close {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/close-alert.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-left: 8px;
    order: 2;
    position: absolute;
    right: 16px;
    width: 24px
}

.gform_wrapper form .validation_error {
    background: #fceeee;
    border-radius: 4px;
    color: #c32828;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 1rem
}

.gform_wrapper form .validation_error h2 {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    margin: 0
}

.gform_wrapper form .validation_error li,
.gform_wrapper form .validation_error ol {
    margin: 0
}

.gform_wrapper form .validation_error a {
    color: inherit
}

.gform_wrapper .gform_body {
    margin-bottom: 1rem
}

.gform_wrapper .gform_body .gform_fields {
    display: block;
    list-style: none;
    padding-left: 0
}

.gform_wrapper .gform_body .gform_fields .gfield {
    padding-left: 0
}

.gform_wrapper .gform_body .gform_fields .gfield:before {
    display: none
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #380f17;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .5rem
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label span {
    color: #9f1239
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_counter {
    color: #380f17;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 0
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
    color: #380f17
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    overflow: visible;
    padding-left: 0;
    padding-top: 0
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice {
    padding-left: 0
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox>.gchoice:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio>.gchoice:before {
    display: none
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_visibility_hidden,
.gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
    height: 1px;
    left: -9999px;
    position: absolute;
    visibility: hidden;
    width: 1px
}



.flexible-cards {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%
}

.flexible-cards>.single-card {
    margin-left: .35rem !important;
    margin-right: .35rem !important
}

.resources-list {
    list-style: none;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-left: 0
}

.resources-list>li {
    margin-bottom: .5rem
}

.customFadeInLeft {
    -webkit-animation: customFadeInLeft 1s forwards;
    -o-animation: customFadeInLeft 1s forwards;
    animation: customFadeInLeft 1s forwards;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    left: -150px;
    opacity: 0;
    position: relative
}

@-webkit-keyframes customFadeInLeft {
    to {
        left: 0;
        opacity: 1
    }
}

@-o-keyframes customFadeInLeft {
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes customFadeInLeft {
    to {
        left: 0;
        opacity: 1
    }
}

.text-wrapper.no-margin .section.notices-section {
    margin: 2.5rem auto
}

.image-link {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 60px
}

.image-link:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.image-link .image-link-text {
    background-color: #f9fafb;
    color: #adb5bd;
    font-size: .875rem;
    padding: 45px 47px;
    width: 42%
}

.image-link .image-link-text h4 {
    color: #380f17;
    font-size: 1.25rem;
    line-height: 27px
}

.image-link .image-link-text .text-source {
    color: #adb5bd;
    font-size: inherit;
    font-weight: 600;
    margin-top: 20px
}

.image-link .image-link-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: -webkit-linear-gradient(48.88deg, #581971, #25a2af);
    background: -o-linear-gradient(48.88deg, #581971 0, #25a2af 100%);
    background: linear-gradient(41.12deg, #581971, #25a2af);
    border-radius: 0 3px 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 65px 60px;
    text-align: center;
    width: 58%
}

.image-link:hover {
    text-decoration: none
}

@media (max-width: 991.98px) {
    .image-link {
        display: block
    }

    .image-link .image-link-img,
    .image-link .image-link-text {
        width: 100%
    }

    .image-link .image-link-text {
        text-align: center
    }

    .image-link .image-link-img {
        border-radius: 0 0 3px 3px
    }
}

.featured-link {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    padding: 30px 0
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next,
.swiper-with-blue-circle-and-white-arrow .swiper-button-prev {
    background: #8f0b13;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 32px;
    -webkit-box-shadow: 0 10px 20px rgba(37, 162, 175, .15), 0 3px 6px rgba(37, 162, 175, .1);
    box-shadow: 0 10px 20px rgba(37, 162, 175, .15), 0 3px 6px rgba(37, 162, 175, .1);
    display: inline-block;
    height: 64px;
    position: absolute;
    text-align: center;
    top: calc(50% - 64px);
    -webkit-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 64px
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next:hover,
.swiper-with-blue-circle-and-white-arrow .swiper-button-prev:hover {
    background-color: #5c8edb
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next:active,
.swiper-with-blue-circle-and-white-arrow .swiper-button-prev:active {
    background-color: #255bac
}

@media (max-width: 991.98px) {

    .swiper-with-blue-circle-and-white-arrow .swiper-button-next,
    .swiper-with-blue-circle-and-white-arrow .swiper-button-prev {
        background-size: 40%;
        border-radius: 24px;
        height: 48px;
        width: 48px
    }
}

@media (max-width: 767.98px) {

    .swiper-with-blue-circle-and-white-arrow .swiper-button-next,
    .swiper-with-blue-circle-and-white-arrow .swiper-button-prev {
        display: none
    }
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next.swiper-button-disabled,
.swiper-with-blue-circle-and-white-arrow .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-prev {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-sharp-left.svg);
    left: -1%;
    right: auto
}

@media (max-width: 991.98px) {
    .swiper-with-blue-circle-and-white-arrow .swiper-button-prev {
        left: 0
    }
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-sharp-right.svg);
    left: auto;
    right: -1%
}

@media (max-width: 991.98px) {
    .swiper-with-blue-circle-and-white-arrow .swiper-button-next {
        right: 0
    }
}

@-webkit-keyframes item-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes item-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes item-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes button-slide-up {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes button-slide-up {
    0% {
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes button-slide-up {
    0% {
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.link-back {
    color: #8f0b13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0;
    padding-left: 22px;
    position: relative
}

.link-back:before {
    content: "\f177";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    left: 0;
    line-height: 1.7;
    position: absolute;
    top: 0
}

.link-back:hover {
    color: #5c8edb
}

.svg-icon.fmva svg .marker-fill {
    fill: #6e1616
}

.svg-icon.fmva svg .marker-stroke {
    stroke: #6e1616
}

.svg-icon.cbca svg .marker-fill {
    fill: #ed942d
}

.svg-icon.cbca svg .marker-stroke {
    stroke: #ed942d
}

.svg-icon.cmsa svg .marker-fill {
    fill: #5a1973
}

.svg-icon.cmsa svg .marker-stroke {
    stroke: #5a1973
}

.svg-icon.bida svg .marker-fill {
    fill: #255bac
}

.svg-icon.bida svg .marker-stroke {
    stroke: #255bac
}

.svg-icon.fpwm svg .marker-fill {
    fill: #219681
}

.svg-icon.fpwm svg .marker-stroke {
    stroke: #219681
}

.svg-icon.ftip svg .marker-fill {
    fill: #da9d00
}

.svg-icon.ftip svg .marker-stroke {
    stroke: #da9d00
}

.svg-icon.macabacus svg .marker-fill {
    fill: #264e58
}

.svg-icon.macabacus svg .marker-stroke {
    stroke: #264e58
}

.svg-icon.esg svg .marker-fill {
    fill: #8f0b13
}

.svg-icon.esg svg .marker-stroke {
    stroke: #8f0b13
}

.svg-icon.primary svg .marker-fill {
    fill: #380f17
}

.svg-icon.primary svg .marker-stroke {
    stroke: #380f17
}

.svg-icon.emerald svg .marker-fill {
    fill: #106268
}

.svg-icon.emerald svg .marker-stroke {
    stroke: #106268
}

.link-with-arrow-down,
.link-with-arrow-up {
    color: #8f0b13;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    position: relative
}

.link-with-arrow-down:after,
.link-with-arrow-up:after {
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-chevron-down-blue30.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 1rem;
    opacity: 1;
    position: relative;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin, opacity, .16s ease;
    -o-transition: margin, opacity, .16s ease;
    transition: margin, opacity, .16s ease;
    vertical-align: middle;
    width: 16px
}

.link-with-arrow-down:before,
.link-with-arrow-up:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    width: 0
}

.flip.link-with-arrow-down:after,
.flip.link-with-arrow-up:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.link-with-arrow-down:hover,
.link-with-arrow-up:hover {
    color: #8f0b13
}

.link-with-arrow-down:hover:before,
.link-with-arrow-up:hover:before {
    width: 100%
}

.link-with-arrow-up:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.no-anchor-item,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>a,
#header-menu-wrapper .account-links .user-link>.no-anchor-item,
#header-menu-wrapper .account-links .user-link>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.no-anchor-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>a {
    position: relative
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.no-anchor-item:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>a:after,
#header-menu-wrapper .account-links .user-link>.no-anchor-item:after,
#header-menu-wrapper .account-links .user-link>a:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.no-anchor-item:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>a:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
    width: 0
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.no-anchor-item:hover:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.open.no-anchor-item:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>a.open:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>a:hover:after,
#header-menu-wrapper .account-links .user-link>.no-anchor-item:hover:after,
#header-menu-wrapper .account-links .user-link>.open.no-anchor-item:after,
#header-menu-wrapper .account-links .user-link>a.open:after,
#header-menu-wrapper .account-links .user-link>a:hover:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.no-anchor-item:hover:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.open.no-anchor-item:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>a.open:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>a:hover:after {
    width: 100%
}

.embed-responsive-container {
    margin: 0 auto 0 0;
    max-width: 100%
}

.embed-responsive-container br {
    display: none
}

.embed-responsive {
    position: relative;
    width: 100%
}

.embed-responsive iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.assessment-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 280px;
    overflow: hidden;
    position: relative
}

.assessment-card .desktop {
    display: block
}

@media (max-width: 767.98px) {
    .assessment-card .desktop {
        display: none
    }
}

.assessment-card .mobile {
    display: none
}

@media (max-width: 767.98px) {
    .assessment-card .mobile {
        display: block
    }
}

.assessment-card--label {
    margin-bottom: 12px
}

.assessment-card--label span {
    background: #25a2af;
    border-radius: 48px;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    line-height: 160%;
    padding: 4px 18px;
    text-align: center
}

.assessment-card--left-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    max-width: 75%;
    padding: 3rem;
    z-index: 2
}

.assessment-card--left-bar,
.assessment-card--left-bar--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.assessment-card--left-bar--header {
    -ms-flex-direction: column;
    flex-direction: column
}

.assessment-card--left-bar--footer,
.assessment-card--right-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.assessment-card--right-bar {
    -webkit-box-flex: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    justify-content: flex-end;
    max-width: 25%;
    padding-right: 10px;
    padding-top: 48px;
    position: relative
}

.assessment-card--right-bar img {
    bottom: 0;
    height: 95%;
    position: absolute;
    right: 0;
    width: auto
}

.assessment-card .title {
    color: #380f17;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 1rem
}

.assessment-card .subtitle {
    color: #8f0b13;
    font-size: 1rem;
    line-height: 160%;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .assessment-card {
        background-size: cover
    }

    .assessment-card--left-bar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1.5rem
    }

    .assessment-card--right-bar {
        bottom: 0;
        max-width: 60%;
        padding-top: 1.5rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 60%
    }

    .assessment-card--right-bar img {
        bottom: 0;
        height: 65%;
        right: 0;
        top: auto;
        width: auto
    }

    .assessment-card .btn,
    .assessment-card .subtitle {
        font-size: 1.142rem
    }

    .assessment-card.assessment-card-general .assessment-card--right-bar {
        display: none
    }
}

@media (max-width: 543.98px) {
    .assessment-card--right-bar img {
        right: -50%
    }
}

.btn,
.btn-darkblue,
.btn-default,
.btn-default-gradient,
.btn-linkedin,
.btn-primary,
.btn.btn-darkblue,
.btn.btn-default,
.btn.btn-default-gradient,
.btn.btn-linkedin,
.btn.btn-primary,
.cta-btn,
.gform_button,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a {
    background-color: #380f17;
    border: 1px solid #380f17;
    color: #fff
}

.btn-blue,
.btn-secondary,
.btn-white,
.btn.btn-blue,
.btn.btn-secondary,
.btn.btn-white,
.search-form .search-submit {
    background-color: #fff;
    border: 1px solid #fff;
    color: #8f0b13
}

.btn-blue-transparent,
.btn-secondary-blue,
.btn-secondary-blue-regular,
.btn-secondary-blue-small,
.btn-transparent,
.btn.btn-blue-transparent,
.btn.btn-secondary-blue,
.btn.btn-transparent,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a,
.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main {
    background-color: #380f17;
    border: 1px solid #FFF;
    color: #FFF
}

.btn-main,
.btn-transparent-action,
.btn-transparent-orange,
.btn-transparent-white,
.btn.btn-main,
.btn.btn-transparent-action,
.btn.btn-transparent-orange,
.btn.btn-transparent-white,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a,
.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a,
.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main,
.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.header-menu-wrapper-new.fixed .banner .navbar-header .left-side .user-logged-control .btn-main,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .user-logged-control .btn-main,
.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .left-side .user-logged-control .btn-main,
.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.search-form .search-submit {
    background-color: #380f17;
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-gold,
.btn.btn-gold {
    background-color: #947131;
    border: 1px solid #947131;
    color: #fff
}

.btn-whites {
    background-color: #380f17 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.btn-browns {
    background-color: #fff !important;
    border: 1px solid #380f17 !important;
    color: #380f17 !important;
}

.btn-whites:hover {
    background-color: #380f17 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.btn-whites:active {
    background-color: #380f17 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.btn-whites:focus {
    background-color: #380f17 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.btn-warning,
.btn.btn-warning {
    background-color: #947131;
    border: 1px solid #947131;
    color: #4a4a4a
}

.btn-secondary-blue-small {
    font-size: 16px;
    padding: .38rem 1rem
}

.btn-secondary-blue-regular {
    padding: .63rem 2rem
}

.search-form .btn-default {
    padding-bottom: .45em;
    padding-top: .45em
}

@media (min-width: 768px) {
    .section:not(.splash) .view-courses-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        white-space: normal;
        width: 260px
    }
}

.centered-button-wrapper {
    margin-top: 2rem;
    padding: 0 15px;
    text-align: center;
    width: 100%
}

@media (max-width: 359.98px) {
    .centered-button-wrapper {
        margin-top: 1rem
    }
}

.entry-share-btns li {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    font-size: .875rem;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out
}

.entry-share-btns li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    justify-items: center;
    line-height: 20px;
    padding: 5px
}

.entry-share-btns li a b {
    display: none
}

.sharing {
    display: block;
    margin-top: 4rem
}

.sharing ul.social-share-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: -1rem;
    padding-left: 0
}

.sharing ul.social-share-btns li {
    margin-bottom: 16px;
    margin-right: 16px;
    padding-left: 0
}

.sharing ul.social-share-btns li:before {
    display: none
}

.sharing ul.social-share-btns li img {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.sharing ul.social-share-btns li img:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.sharing ul.social-share-btns li.social-share-title {
    margin-right: 32px
}

@media (max-width: 991.98px) {
    .sharing ul.social-share-btns li.social-share-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
}

.sharing ul.social-share-btns li.social-share-title span {
    color: #380f17;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.btn-video-play {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/video-play.svg);
    background-size: 75px 75px;
    display: inline-block;
    height: 75px;
    opacity: .6;
    position: relative;
    width: 75px
}

.btn-video-play.pulse:after {
    -webkit-animation: video-play-pulse 1s ease-out;
    -o-animation: video-play-pulse 1s ease-out;
    animation: video-play-pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 5px #fff;
    box-shadow: 0 0 1px 5px #fff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

@-webkit-keyframes video-play-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-o-keyframes video-play-pulse {
    0% {
        opacity: 0;
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes video-play-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.btn-link-arrow {
    color: #8f0b13;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    position: relative
}

.btn-link-arrow:hover {
    color: #8f0b13
}

.btn-link-arrow.small {
    font-size: .875rem;
    line-height: 2.06
}

.btn-link-arrow.left:after,
.btn-link-arrow.right:after {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/long-arrow-right-blue30.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    min-height: 16px;
    position: absolute;
    top: 0;
    -webkit-transition: left .3s, padding-right .3s;
    -o-transition: left .3s, padding-right .3s;
    transition: left .3s, padding-right .3s;
    width: 16px
}

.btn-link-arrow.right {
    padding-right: 22px
}

.btn-link-arrow.right:after {
    right: 0
}

.btn-link-arrow.right:hover {
    padding-right: 26px
}

.btn-link-arrow.left {
    padding-left: 22px
}

.btn-link-arrow.left:after {
    left: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-link-arrow.left:hover:after {
    left: -4px
}

a.action-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8f0b13;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none !important
}

a.action-link span {
    display: inline-block;
    padding-right: 10px;
    -webkit-transition: padding-right .2s ease;
    -o-transition: padding-right .2s ease;
    transition: padding-right .2s ease
}

a.action-link:hover {
    color: #8f0b13
}

a.action-link:hover span {
    padding-right: 1rem
}

a.action-link:after {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/link-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    -webkit-transition: margin-left .2s ease;
    -o-transition: margin-left .2s ease;
    transition: margin-left .2s ease;
    width: 24px
}

a.action-link:hover:after {
    margin-left: 1rem
}

.hamburger {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger .hamburger-box {
    display: inline-block;
    position: relative
}

.hamburger .hamburger-box .hamburger-inner {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
    content: "";
    display: block;
    position: absolute
}

.hamburger .hamburger-box .hamburger-inner:before {
    -webkit-transition: top .1s ease .14s, opacity .1s ease;
    -o-transition: top .1s ease .14s, opacity .1s ease;
    transition: top .1s ease .14s, opacity .1s ease
}

.hamburger .hamburger-box .hamburger-inner:after {
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19), -o-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-box .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.is-active .hamburger-box .hamburger-inner:before {
    opacity: 0;
    top: 0;
    -webkit-transition: top .1s ease, opacity .1s ease .14s;
    -o-transition: top .1s ease, opacity .1s ease .14s;
    transition: top .1s ease, opacity .1s ease .14s
}

.hamburger.is-active .hamburger-box .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -o-transform .1s cubic-bezier(.215, .61, .355, 1) .14s
}

.search-fixed-box .search-fixed-box-body.search-result {
    -webkit-animation: item-fade-in .3s ease-in-out;
    -o-animation: item-fade-in .3s ease-in-out;
    animation: item-fade-in .3s ease-in-out;
    display: none;
    opacity: inherit;
    visibility: visible
}

.search-fixed-box .search-fixed-box-body.search-result .assessment-card {
    margin-bottom: 3rem
}

.search-fixed-box .search-term-result {
    color: #380f17;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px
}

.search-fixed-box .courses-list {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 2.5rem
}

@media (max-width: 1199.98px) {
    .search-fixed-box .courses-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width: 991.98px) {
    .search-fixed-box .courses-list {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 543.98px) {
    .search-fixed-box .courses-list {
        grid-template-columns: 1fr
    }
}

.search-fixed-box .people-also-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.search-fixed-box .people-also-search .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 4px 4px 4px 0;
    white-space: nowrap
}

.search-fixed-box .people-also-search .search-terms {
    display: inline-block
}

.search-fixed-box .people-also-search .search-terms .search-term {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #380f17;
    border-radius: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #380f17;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.6;
    margin: 4px;
    padding: 0 15px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.search-fixed-box .people-also-search .search-terms .search-term:focus,
.search-fixed-box .people-also-search .search-terms .search-term:hover {
    background-color: #380f17;
    color: #fff
}

@media (max-width: 767.98px) {
    .search-fixed-box .people-also-search .title {
        margin: 0 0 1rem
    }

    .search-fixed-box .people-also-search .search-terms .search-term {
        border: none;
        color: #8f0b13;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.125rem;
        line-height: 1.6;
        margin: 0 0 1rem;
        padding: 0
    }

    .search-fixed-box .people-also-search .search-terms .search-term:focus,
    .search-fixed-box .people-also-search .search-terms .search-term:hover {
        background-color: transparent;
        color: #5c8edb
    }
}

.search-fixed-box {
    background-color: #f9fafb;
    bottom: 100%;
    left: 0;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
    z-index: 1050
}

.search-fixed-box em {
    background-color: #f9dbb9;
    font-style: normal;
    height: 24px
}

.search-fixed-box .back-home-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    display: none;
    margin-bottom: 2rem;
    position: relative
}

.search-fixed-box .back-home-container .link-back {
    margin: 0
}

.search-fixed-box .search-result-page .back-home-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-fixed-box.active {
    bottom: 0;
    display: block;
    visibility: visible
}

@media (max-width: 768px) {
    .search-fixed-box .container {
        padding: 0 24px
    }
}

.search-fixed-box .mobile-close-btn {
    cursor: pointer;
    display: none;
    height: 24px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 24px
}

.search-fixed-box .mobile-close-btn i {
    color: #8f0b13;
    font-size: 24px;
    line-height: 1
}

@media (max-width: 1199.98px) {
    .search-fixed-box .mobile-close-btn {
        display: block
    }
}

@media (max-width: 543.98px) {
    .search-fixed-box .mobile-close-btn {
        left: auto;
        right: 18px;
        top: 27px
    }
}

.search-fixed-box #recentSearches {
    display: none
}

@media (max-width: 1199.98px) {
    .search-fixed-box {
        background-color: #fff
    }
}

.search-fixed-box .search-header {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 14px 0
}

@media (max-width: 768px) {
    .search-fixed-box .search-header {
        padding-top: 20px
    }
}

.search-fixed-box .search-header .container>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1090px) {
    .search-fixed-box .search-header .container {
        max-width: 100%
    }
}

@media (min-width: 1090px) and (max-width:1090px) {
    .search-fixed-box .search-header .container {
        padding: 0 !important
    }
}

@media (min-width: 1091px) {
    .search-fixed-box .search-header .container {
        max-width: 1366px;
        padding: 0 32px
    }

    .search-fixed-box .search-header .container>.row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.search-fixed-box .desktop {
    display: block
}

@media (max-width: 767.98px) {
    .search-fixed-box .desktop {
        display: none
    }
}

.search-fixed-box .mobile {
    display: none
}

@media (max-width: 767.98px) {
    .search-fixed-box .mobile {
        display: block
    }
}

.search-fixed-box .brand {
    -webkit-box-flex: 0;
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 38px;
    position: relative;
    text-indent: -9999px;
    width: 108px
}

@media (max-width: 991.98px) {
    .search-fixed-box .brand {
        background-position: 100%;
        top: 1px
    }
}

@media (max-width: 767.98px) {
    .search-fixed-box .brand {
        background-position: 0;
        top: 1px
    }
}

.search-fixed-box .search-box {
    margin-left: 32px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 290px
}

.search-fixed-box .search-box .search-form {
    position: relative
}

@media (max-width: 767.98px) {
    .search-fixed-box .search-box .search-form {
        height: 48px
    }
}

.search-fixed-box .search-box .search-form .search-field {
    padding: 10px 45px;
    width: 100%
}

.search-fixed-box .search-box .search-form .search-field:-ms-input-placeholder {
    color: #8f0b13;
    font-size: 16px
}

.search-fixed-box .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #8f0b13;
    font-size: 16px
}

.search-fixed-box .search-box .search-form .search-field::-moz-placeholder {
    color: #8f0b13;
    font-size: 16px
}

.search-fixed-box .search-box .search-form .search-field::-ms-input-placeholder {
    color: #8f0b13;
    font-size: 16px
}

.search-fixed-box .search-box .search-form .search-field::placeholder {
    color: #8f0b13;
    font-size: 16px
}

.search-fixed-box .search-box .search-form .search-field::-webkit-search-cancel-button,
.search-fixed-box .search-box .search-form .search-field::-webkit-search-decoration {
    -webkit-appearance: none
}

.search-fixed-box .search-box .search-form>.cancel-button {
    cursor: pointer;
    line-height: .1em;
    padding: 7px;
    position: absolute;
    right: 14px;
    top: 4px;
    z-index: 10
}

@media (max-width: 767.98px) {
    .search-fixed-box .search-box .search-form>.cancel-button {
        top: 8px
    }
}

.search-fixed-box .search-box .search-form .suggestions {
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    left: 0;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000
}

@media (max-width: 991.98px) {
    .search-fixed-box .search-box .search-form .suggestions {
        border-radius: 0;
        max-height: 215px;
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .search-fixed-box .search-box .search-form .suggestions {
        margin-left: -24px;
        margin-right: -24px
    }
}

.search-fixed-box .search-box .search-form .suggestions li {
    margin: 0;
    padding: 0
}

.search-fixed-box .search-box .search-form .suggestions li a {
    background: #fff;
    color: inherit;
    display: block;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    padding: 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 991.98px) {
    .search-fixed-box .search-box .search-form .suggestions li a {
        font-size: 13px;
        height: 43px
    }
}

.search-fixed-box .search-box .search-form .suggestions li a em {
    background: transparent;
    font-weight: 400
}

.search-fixed-box .search-box .search-form .suggestions li a i {
    font-weight: 400
}

@media (max-width: 991.98px) {
    .search-fixed-box .search-box .search-form .suggestions li a i {
        display: none
    }

    .search-fixed-box .search-box .search-form .suggestions li a {
        padding: 11px 16px
    }

    .search-fixed-box .search-box .search-form .suggestions li a:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-default.svg);
        background-position: 50%;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 16px;
        margin-bottom: -3px;
        margin-right: 16px;
        width: 16px
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-courses:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-course.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-resources:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-resource.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-templates:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-template.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-authors:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-author.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-lessons:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/suggestion-icon-lesson.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs:before,
    .search-fixed-box .search-box .search-form .suggestions li a.type-specializations:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-specialization-small.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs.fmva:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-fmva-small.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs.cbca:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-cbca-small.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs.cmsa:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-cmsa-small.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs.bida:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-bida-small.svg)
    }

    .search-fixed-box .search-box .search-form .suggestions li a.type-programs.fpwm:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/badge-fpwm-small.svg)
    }
}

.search-fixed-box .search-box .search-form .suggestions li.active a,
.search-fixed-box .search-box .search-form .suggestions li:hover a {
    background: #e9f0fa;
    color: #8f0b13
}

@media (max-width: 991.98px) {
    .search-fixed-box .search-box .search-form .suggestions li:not(:last-child) a {
        border-bottom: 1px solid #dddee0
    }
}

.search-fixed-box .search-box .search-form .tooltip {
    max-width: 100%;
    top: 100% !important;
    -webkit-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important
}

.search-fixed-box .search-box .search-form .tooltip .arrow {
    left: 50% !important
}

.search-fixed-box .search-box .search-form .tooltip .tooltip-inner {
    max-width: 100%;
    width: 360px
}

.search-fixed-box .search-box .search-form .tooltip.white-tooltip .arrow:before {
    border-bottom-color: #fff
}

.search-fixed-box .search-box .search-form .tooltip.white-tooltip .tooltip-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    color: inherit
}

.search-fixed-box .search-box .ajax-search-dropdown {
    max-height: 80vh;
    overflow: auto;
    width: 300px
}

.search-fixed-box .search-box.wide {
    max-width: 461px
}

.search-fixed-box.active .search-box {
    width: 100%
}

@media (max-width: 1199.98px) {
    .search-fixed-box .search-header .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-fixed-box .brand {
        margin-bottom: 46px
    }

    .search-fixed-box .search-box {
        margin-left: 0;
        width: 70%
    }
}

@media (max-width: 767.98px) {
    .search-fixed-box .search-box {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 543.98px) {
    .search-fixed-box .search-header .container {
        padding: 0 24px
    }

    .search-fixed-box .search-header .container .row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .search-fixed-box .brand {
        margin-bottom: 38px
    }
}

.search-fixed-box .search-fixed-box-body {
    opacity: 0;
    padding-top: 28px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden
}

.search-fixed-box .search-fixed-box-body.animated {
    display: block;
    opacity: 1;
    visibility: visible
}

.search-fixed-box .search-fixed-box-body.loading:after {
    background-color: rgba(248, 249, 250, .5);
    bottom: 0;
    content: "";
    display: block;
    left: -4px;
    position: absolute;
    right: -4px;
    top: 0;
    z-index: 1050
}

@media (max-width: 1199.98px) {
    .search-fixed-box .search-fixed-box-body.loading:after {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

.search-fixed-box .search-section {
    margin-bottom: 4rem;
    position: relative
}

.search-fixed-box .search-section .search-section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative
}

.search-fixed-box .search-section .search-section-header .sub-title {
    -webkit-box-flex: 0;
    color: #380f17;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    max-width: 100%
}

.search-fixed-box .search-section .search-section-header .sub-sub-title {
    -webkit-box-flex: 0;
    color: #8f0b13;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6;
    margin-top: 4px;
    max-width: 100%
}

.search-fixed-box .search-section .search-section-footer {
    -webkit-box-flex: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative
}

.search-fixed-box .search-section .search-section-footer .sub-link {
    color: #8f0b13;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    position: relative
}

.search-fixed-box .search-section .search-section-footer .sub-link:after {
    content: "\f178";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    line-height: 1.7;
    position: absolute;
    right: -22px;
    top: 0
}

.search-fixed-box .search-section .search-section-footer .sub-link:hover {
    color: #5c8edb
}

.search-fixed-box .search-section .search-section-body {
    position: relative
}

.search-fixed-box .search-section .search-section-body .search-box-cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.search-fixed-box .search-section-courses .search-section {
    margin-bottom: 2rem
}

.search-fixed-box .certificate-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem -1rem
}

.search-fixed-box .certificate-cards .slider-navigation-container {
    width: 100%
}

.search-fixed-box .certificate-cards .certificate-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 2rem 1rem;
}

.search-fixed-box .certificate-cards .certificate-card .certificate-card-content {
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    display: block;
    overflow: hidden;
    padding: 16px 16px 64px;
    position: relative;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
    width: 100%;
    border: 1px solid #efdfc5;
    border-radius: 4px;
}

.search-fixed-box .certificate-cards .certificate-card .certificate-card-content:hover {
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.search-fixed-box .certificate-cards .certificate-card .certificate-title {
    color: #380f17;
    font-size: .875rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    z-index: 2;
    padding: 10px;
    padding-top: 0px;

}

.search-fixed-box .certificate-cards .certificate-card .certificate-image img {
    padding: 20px;
}


.search-fixed-box .page-card {
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    height: 100%;
    margin-bottom: 16px;
    max-width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease
}

.search-fixed-box .page-card.hide {
    display: none
}

.search-fixed-box .page-card:focus,
.search-fixed-box .page-card:hover {
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.search-fixed-box .page-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.search-fixed-box .page-card a:active,
.search-fixed-box .page-card a:focus,
.search-fixed-box .page-card a:hover {
    text-decoration: none
}

.search-fixed-box .page-card a.without-link {
    cursor: default
}

.search-fixed-box .page-card a .page-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    width: 100%
}

.search-fixed-box .page-card a .page-image img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.search-fixed-box .page-card a .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 160px);
    padding: 1.5rem
}

.search-fixed-box .page-card a .page-content .page-title {
    color: #8f0b13;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem
}

.search-fixed-box .page-card a .page-content .page-description {
    color: #000;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0
}

.search-fixed-box .course-card {
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    height: 100%;
    margin-bottom: 16px;
    max-width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out
}

.search-fixed-box .course-card.hide {
    display: none
}

.search-fixed-box .course-card:focus,
.search-fixed-box .course-card:hover {
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.search-fixed-box .course-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.search-fixed-box .course-card a:active,
.search-fixed-box .course-card a:focus,
.search-fixed-box .course-card a:hover {
    text-decoration: none
}

.search-fixed-box .course-card .course-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 184px);
    justify-content: space-between
}

.search-fixed-box .course-card .course-content .course-content-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem
}

.search-fixed-box .course-card .course-content .course-image {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    margin-right: 1.5rem;
    overflow: hidden;
    width: 99px
}

.search-fixed-box .course-card .course-content .course-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.search-fixed-box .course-card .course-content .course-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 123px)
}

.search-fixed-box .course-card .course-content .course-title-wrap .course-before-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 1.6;
    margin-bottom: .5rem
}

.search-fixed-box .course-card .course-content .course-title-wrap .course-free-badge {
    background-color: #5a1975;
    border: 1px solid #5a1975;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin-right: 8px;
    padding: 4px 8px;
    position: relative
}

body.active-subscriber .search-fixed-box .course-card .course-content .course-title-wrap .course-free-badge {
    display: none
}

.search-fixed-box .course-card .course-content .course-title-wrap .course-title {
    color: #8f0b13;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4
}

.search-fixed-box .course-card .course-content .course-lessons-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #dddee0;
    padding: 1.5rem;
    padding-top: 1rem
}

.search-fixed-box .course-card .course-content .course-lessons-wrap,
.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list {
    width: calc(100% - 123px)
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list .course-lesson {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list .course-lesson.toggled {
    display: none
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list .lesson-name {
    color: #380f17;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.6;
    padding-right: 30px;
    width: 100%
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-slide.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    display: inline-block;
    font-size: 1.25rem;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-iframe,
.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-multimedia,
.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-survey {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-exercise.png)
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-brilliumexam,
.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-quiz {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-exam.png)
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-list i.icon-download {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-files.png)
}

.search-fixed-box .course-card .course-content .course-lessons-wrap .course-lessons-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 123px)
}

.search-fixed-box .course-card.course-card-with-lessons .course-content .course-content-header {
    padding-bottom: 1rem
}

.search-fixed-box .links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-fixed-box .links-list a {
    color: #8f0b13;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1rem
}

.search-fixed-box .links-list a:last-child {
    margin-bottom: 0
}

.search-fixed-box .links-list a:hover {
    color: #5c8edb
}

.admin-bar .search-fixed-box {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .search-fixed-box {
        top: 46px
    }
}

.search-fixed-box .template-card a .page-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.search-fixed-box .template-card a .template-thumbnail {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 92px;
    margin-right: 1.5rem;
    position: relative;
    width: 160px
}

.search-fixed-box .template-card a .template-thumbnail img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.search-fixed-box .template-card a .template-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1
}

.search-fixed-box .template-card a .template-content .template-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-fixed-box .template-card a .template-content .template-badge-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: .5rem;
    width: 100%
}

.search-fixed-box .template-card a .template-content .template-badge {
    border: 1px solid currentColor;
    border-radius: 2px;
    color: #5a1975;
    display: inline-block;
    font-size: 12px;
    margin-right: .75rem;
    padding: 4px 8px
}

.search-fixed-box .template-card a .template-content .template-badge.badge-free {
    background-color: #5a1975;
    border-color: #5a1975;
    color: #fff
}

.search-fixed-box .template-card a .template-content .template-info-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

.search-fixed-box .template-card a .template-content .template-topic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: .75rem
}

.search-fixed-box .template-card a .template-content .template-topic .template-icon {
    -webkit-box-flex: 0;
    background: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-topics.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    margin-right: .5rem;
    width: 16px
}

.search-fixed-box .template-card a .template-content .template-topic .template-label {
    color: #380f17;
    font-size: 12px
}

.search-fixed-box .template-card a .template-content .template-level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 12px
}

.search-fixed-box .template-card a .template-content .template-level .template-icon {
    -webkit-box-flex: 0;
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/level-1.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    margin-right: .5rem;
    vertical-align: middle;
    width: 16px
}

.search-fixed-box .template-card a .template-content .template-level .template-label {
    color: #380f17;
    font-size: 12px
}

.search-fixed-box .template-card a .template-content .template-level.level-2 .template-icon {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/level-2.svg)
}

.search-fixed-box .template-card a .template-content .template-level.level-3 .template-icon {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/level-3.svg)
}

.search-fixed-box .template-card a .template-content .template-level.level-4 .template-icon {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/level-4.svg)
}

.search-fixed-box .template-card a .template-content .template-level.level-5 .template-icon {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/level-5.svg)
}

.search-fixed-box .template-card a .template-content .template-name {
    color: #380f17;
    font-weight: 700;
    line-height: 1.4
}

@media (max-width: 1199.98px) {
    .search-fixed-box .template-card a .template-thumbnail {
        display: none
    }
}

.modal-template .modal-dialog {
    margin: 0 auto !important;
    max-width: 100%;
    padding: 0 24px;
    width: 968px
}

.modal-template .modal-body {
    padding: 0
}

.modal-template .modal-content {
    height: 600px;
    overflow: hidden;
    padding: 0
}

.modal-template .close {
    color: transparent;
    height: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 24px;
    z-index: 1
}

.modal-template .close:after {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.modal-template .content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.modal-template .template-content,
.modal-template .template-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%
}

.modal-template .template-thumbnail {
    height: 100%;
    position: relative
}

.modal-template .template-thumbnail .img {
    background-position: 50%;
    background-size: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    height: 100%;
    position: absolute;
    width: 100%
}

.modal-template .template-thumbnail:before {
    background-color: hsla(0, 0%, 100%, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.modal-template .template-thumbnail:after {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-lock.svg);
    background-position: 50%;
    background-size: 64px 64px;
    content: "";
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    z-index: 2
}

.modal-template .template-content {
    padding: 2.5rem;
    text-align: center
}

.modal-template .block-title {
    line-height: 32px;
    margin-bottom: 16px
}

.modal-template p {
    margin-bottom: 0
}

.modal-template p:not(:last-child) {
    margin-bottom: 25px
}

.modal-template p a {
    color: #8f0b13
}

.modal-template p a:hover {
    color: #5c8edb
}

.modal-template .block-description {
    font-size: 16px;
    margin-bottom: 24px
}

.modal-template .block-button {
    margin-bottom: 24px
}

.modal-template .block-button .btn-main {
    line-height: 22px;
    padding: 12px 16px;
    width: 100%
}

.modal-template .block-footer {
    font-size: 16px
}

@media (max-width: 991.98px) {
    .modal-template .modal-content {
        height: auto
    }

    .modal-template .close {
        right: 24px;
        top: 24px
    }

    .modal-template .template-thumbnail {
        display: none
    }

    .modal-template .template-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 60px;
        width: 100%
    }

    .modal-template .block-title {
        line-height: 26px
    }

    .modal-template .block-button .btn-main {
        font-size: 16px
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu,
.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu {
    background-color: #fff;
    margin-top: 16px;
    max-height: calc(100vh - 96px);
    max-width: calc(100vw - 64px);
    opacity: 0;
    position: fixed;
    top: 90px;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
    visibility: hidden;
    z-index: 5;
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu {
    top: 90px;
}






#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-arrow,
#header-menu-wrapper .account-links .user-link>.sub-menu .dropdown-arrow,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-arrow {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -11px;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    width: 0
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu a,
#header-menu-wrapper .account-links .user-link>.sub-menu a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu a {
    color: #380f17;
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children .sub-menu,
#header-menu-wrapper .account-links .user-link .sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children .sub-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06)
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children .sub-menu:after,
#header-menu-wrapper .account-links .user-link .sub-menu:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children .sub-menu:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    width: 10px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.open>.no-anchor-item:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.open>a:after,
#header-menu-wrapper .account-links .user-link.open>.no-anchor-item:after,
#header-menu-wrapper .account-links .user-link.open>a:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.open>.no-anchor-item:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.open>a:after {
    width: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.open>.sub-menu,
#header-menu-wrapper .account-links .user-link.open>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.open>.sub-menu {
    opacity: 1;
    visibility: visible
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu,
#header-menu-wrapper .account-links .user-link>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu {
    width: 300px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu li,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu ul,
#header-menu-wrapper .account-links .user-link>.sub-menu li,
#header-menu-wrapper .account-links .user-link>.sub-menu ul,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu li,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu ul {
    position: static;
    text-align: left
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-container,
#header-menu-wrapper .account-links .user-link>.sub-menu .dropdown-container,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-container {
    height: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-row,
#header-menu-wrapper .account-links .user-link>.sub-menu .dropdown-row,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .dropdown-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 24px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow)>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow)>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow)>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8f0b13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 16px;
    white-space: normal
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).unclickable>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).unclickable>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).unclickable>a {
    cursor: default
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).hovered>a,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).open>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).hovered>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).open>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).hovered>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item:not(.button-inside):not(.group-label):not(.link-with-arrow).open>a {
    background-color: rgba(239, 223, 197, 0.5);
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    margin-bottom: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.button-inside>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.button-inside>a {
    -ms-flex-item-align: start;
    align-self: start
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.group-label,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label {
    color: #6c757d;
    font-family: 'macaw', Axiforma, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.group-label>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label>a {
    cursor: default
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label:not(:first-child),
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.group-label:not(:first-child),
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.group-label:not(:first-child) {
    margin-top: 32px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow {
    margin-top: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a {
    color: #8f0b13;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 4px 32px 4px 16px;
    position: relative
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow>a:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:after {
    background-image: url(../icon/header-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 24px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:active:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:focus:after,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:hover:after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow>a:active:after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow>a:focus:after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item.link-with-arrow>a:hover:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:active:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:focus:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item.link-with-arrow>a:hover:after {
    right: -4px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item-has-children>a:after,
#header-menu-wrapper .account-links .user-link>.sub-menu .menu-item-has-children>a:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .menu-item-has-children>a:after {
    -webkit-box-flex: 0;
    background-image: url(../icon/header-nav-arrow.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 16px;
    margin-left: auto;
    width: 28px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children>.sub-menu .sub-menu,
#header-menu-wrapper .account-links .user-link>.sub-menu .sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children>.sub-menu .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu {
    height: 400px;
    left: calc(50% - 410px) !important;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-item>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-item>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-item>.sub-menu {
    background-color: #fff;
    border-left: 1px solid #e7e7e7;
    height: 100%;
    left: 100%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 410px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-item:not(.open)>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-item:not(.open)>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-item:not(.open)>.sub-menu {
    display: none
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification>.sub-menu,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization>.sub-menu,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-earn-a-certification>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-master-a-specialization>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-popular-topics>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics>.sub-menu {
    width: 820px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container {
    margin-bottom: -24px;
    margin-right: -16px;
    overflow-y: scroll;
    padding-right: 10px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar {
    width: 6px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar-thumb,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar-thumb,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container::-webkit-scrollbar-thumb {
    background-color: #e7e7e7;
    border-radius: 6px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container>.group-items>.menu-item:last-child,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container>.group-items>.menu-item:last-child,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .group-label.depth-2+.group-items-container>.group-items>.menu-item:last-child {
    margin-bottom: 24px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-label,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-label,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-label,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-label,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-label,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-label {
    margin-bottom: 16px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items>.menu-item,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-earn-a-certification .group-items>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-master-a-specialization .group-items>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px)
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics .group-items,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-popular-topics .group-items,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics .group-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics .group-items>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-explore-courses>.sub-menu .menu-popular-topics .group-items>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-explore-courses>.sub-menu .menu-popular-topics .group-items>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu {
    width: 1150px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu .dropdown-row,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .dropdown-row,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .dropdown-row>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item {
    -webkit-box-flex: 1;
    border-left: 1px solid #e7e7e7;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item:first-child,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item:first-child,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item:first-child,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .dropdown-row>.menu-item:first-child,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item:first-child,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item:first-child {
    -webkit-box-flex: 0;
    border: none;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item>a,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item>a,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item>a,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .dropdown-row>.menu-item>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .dropdown-row>.menu-item>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .dropdown-row>.menu-item>a {
    display: none !important
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .sub-menu,
#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .sub-menu,
#header-menu-wrapper .account-links .user-link.menu-veritas-for-teams>.sub-menu .sub-menu,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-veritas-for-teams>.sub-menu .sub-menu,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .sub-menu {
    height: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics>a,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics>a,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics>a {
    background-color: transparent !important;
    margin-bottom: 8px;
    padding: 0 !important
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-wrapper,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-wrapper,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-wrapper {
    width: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-image,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-image,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-image {
    display: block;
    height: auto;
    margin-bottom: 16px;
    width: 100%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-title,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-title,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-title {
    display: block;
    margin-bottom: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-content,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-content,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-content {
    color: #424242;
    display: block;
    font-weight: 400;
    margin-bottom: 8px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-link,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link {
    color: #8f0b13;
    display: inline-block;
    font-size: 16px;
    padding: 3px 32px 3px 0;
    position: relative
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link:after,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-link:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link:after {
    background-image: url(../icon/header-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 24px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link:hover:after,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .menu-item.topics .menu-card-link:hover:after,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .menu-item.topics .menu-card-link:hover:after {
    right: -4px
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .group-items,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .group-items,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .group-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .group-items>.menu-item,
#header-menu-wrapper .account-links .user-link.menu-resources>.sub-menu .group-items>.menu-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children.menu-resources>.sub-menu .group-items>.menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%
}

#header-menu-wrapper .account-links .nav>.menu-item.menu-item-has-children .icon-list-enabled>.icon-item,
#header-menu-wrapper .account-links .user-link .icon-list-enabled>.icon-item,
#header-menu-wrapper .menu-desktop .nav>.menu-item.menu-item-has-children .icon-list-enabled>.icon-item {
    pointer-events: none;
    background-image: url(../icon/carat-down.svg);
}

.header-menu-wrapper-new {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1010
}

.header-menu-wrapper-new:not(.suppose-dark):not(.fixed) {
    border-bottom: 1px solid #f3f4f6
}

.header-menu-wrapper-new .container>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between
}

.header-menu-wrapper-new .user-logged-in,
.header-menu-wrapper-new .user-logged-in-menu {
    display: none
}

.header-menu-wrapper-new .user-logged-in.btn-my-dashboard {
    padding: 0 0 16px
}

.header-menu-wrapper-new .btn-register {
    margin-bottom: 1rem
}

.header-menu-wrapper-new .btn-login {
    margin-top: 1rem
}

.header-menu-wrapper-new .btn-collections {
    margin-bottom: 2rem
}

.header-menu-wrapper-new .user-logged-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-menu-wrapper-new .user-logged-out .user-link.sign-in {
    -ms-flex-item-align: center;
    align-self: center
}

.header-menu-wrapper-new .user-logged-out .user-link.sign-in a {
    position: relative
}

.header-menu-wrapper-new .user-logged-out .user-link.sign-in a:hover:after {
    width: 100% !important
}

.header-menu-wrapper-new header.banner {
    margin-top: -1px;
    position: relative
}

@media (max-width: 1199px) {
    .header-menu-wrapper-new header.banner .container {
        max-width: 1199px
    }
}

@media (min-width: 1200px) {
    .header-menu-wrapper-new header.banner .container {
        max-width: 1200px
    }

    .header-menu-wrapper-new header.banner .container>.row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.header-menu-wrapper-new header.banner .navbar-header {
    max-width: 100vw;
    padding: 12px 0;
    width: 100%
}

@media (max-width: 768px) {
    .header-menu-wrapper-new header.banner .navbar-header {
        padding: 10px 0
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 1;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 1;
    padding-left: 0px;
    padding-right: 15px;
    position: relative;
    width: auto;
}

@media (max-width: 768px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-negative: 1;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        flex-shrink: 1;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .controls-group {
    -webkit-box-flex: 1;
    display: none;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle {
    -webkit-box-flex: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #380f17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    height: 24px;
    margin-left: auto;
    outline: none;
    padding: 0
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle .hamburger-box {
    height: 24px;
    width: 20px
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner {
    -ms-flex-item-align: center;
    align-self: center
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner,
.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:after,
.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:before {
    background-color: #fff;
    border-radius: 2px;
    height: 2px;
    width: 18px
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle.is-active+.btn-search {
    opacity: 0;
    visibility: hidden
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle:not(.is-active) .hamburger-inner:before {
    top: -7px
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle:not(.is-active) .hamburger-inner:after {
    bottom: -7px
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle:active,
.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle:focus,
.header-menu-wrapper-new header.banner .navbar-header .left-side .navbar-toggle:hover {
    opacity: 1
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .btn-search {
    -webkit-box-flex: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 24px;
    margin-left: 21px;
    margin-right: 2rem;
    padding: 0 1rem;
    position: relative
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .btn-search:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-search-small-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    cursor: pointer;
    display: block;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 4px;
    width: 16px;
    z-index: 11
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: none;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    justify-content: flex-end;
    padding-left: 2rem
}

@media (max-width: 767.98px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control {
        padding-left: 1rem
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .user-link {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    vertical-align: middle
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .user-link>a {
    color: #8f0b13;
    font-size: 16px;
    white-space: nowrap
}

@media (max-width: 660px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .user-link {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control .btn-main {
    font-size: 14px;
    padding: 9px 14px;
    white-space: nowrap
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .brand {
    -webkit-box-flex: 0;
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 38px;
    position: relative;
    text-indent: -9999px;
    width: 108px
}

@media (max-width: 767.98px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .brand {
        top: 2px
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .brand_company {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 57px;
    margin-right: 7px;
    vertical-align: bottom;
    width: 102px
}

@media (max-width: 359.98px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .brand_company {
        height: 57px;
        width: 95px
    }
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .header-responsive-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #380f17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    margin-left: 30px
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .header-responsive-title.mobile {
    display: none
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .header-responsive-title {
        display: none
    }

    .header-menu-wrapper-new header.banner .navbar-header .left-side .header-responsive-title.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 768px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side .header-responsive-title.mobile {
        display: none
    }
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header.banner .navbar-header .left-side {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%
    }

    .header-menu-wrapper-new header.banner .navbar-header .left-side .controls-group,
    .header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-menu-wrapper-new header.banner .navbar-header .left-side .controls-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
}

@media (max-width: 547px) {

    .header-menu-wrapper-new header.banner .navbar-header .left-side .btn-search,
    .header-menu-wrapper-new header.banner .navbar-header .left-side .search-box,
    .header-menu-wrapper-new header.banner .navbar-header .left-side .user-logged-control {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    font-size: 16px;
    justify-content: flex-end;
    outline: 0;
    padding: 0 15px;
    position: relative
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    width: 100%
}

@media (max-width: 359.98px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main {
    font-size: 14px;
    padding: 9px 14px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link {
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    vertical-align: middle
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link a {
    display: block
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .navbar-nav {
    padding-right: 1rem
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .navbar-nav.nav>.menu-item:hover>a:before {
    bottom: -12px;
    content: "";
    height: 35px;
    margin-left: -1rem;
    position: absolute;
    width: calc(100% + 1rem)
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .action-button-wrapper .top-menu .navbar-nav.nav>.menu-item a {
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu {
    margin-left: 24px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu .btn-main {
    font-size: 1rem;
    padding: 6px 16px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu .mobile {
    display: none
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu .desktop {
    display: block
}

@media (max-width: 547px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu .mobile {
        display: block
    }

    .header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-additional-sub-menu .desktop {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8f0b13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    line-height: 160%;
    text-align: center
}

@media (max-width: 768px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .header-responsive-description {
        display: none
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: auto;
    max-width: 180px;
    width: 180px
}

@media (min-width: 1200px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .search-box.logged-in {
        max-width: 205px;
        width: 205px
    }
}

@media (min-width: 1090px) and (max-width:1199px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .search-box {
        width: 150px
    }
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .search-field {
    padding: 9px 16px 9px 45px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .search-field::-webkit-search-cancel-button,
.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .search-field::-webkit-search-decoration {
    -webkit-appearance: none
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .fa-search {
    color: #380f17;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    left: 16px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    z-index: 2
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .fa-search path {
    fill: #380f17
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form .fa-search circle {
    stroke: #380f17
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .search-form>.cancel-button {
    cursor: pointer;
    display: none;
    line-height: .1em;
    padding: 7px;
    position: absolute;
    right: 14px;
    top: 7px;
    z-index: 10
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box .ajax-search-dropdown {
    max-height: 80vh;
    overflow: auto;
    width: 500px
}

.header-menu-wrapper-new header.banner .navbar-header .right-side .search-box.wide {
    max-width: 461px
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header.banner .navbar-header .right-side .search-box {
        display: none
    }
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header.banner .navbar-header.responsive_banner:not(.hidden) .left-side .navbar-toggle {
        display: none !important
    }
}

.header-menu-wrapper-new header.banner.brand-for-teams .navbar-header .left-side .brand {
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
}

.header-menu-wrapper-new header .nav-primary {
    width: 100%
}

.header-menu-wrapper-new header .nav-primary>.container>.row {
    display: block
}

.header-menu-wrapper-new header .nav-primary.scroll-auto {
    overflow-y: auto
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header .nav-primary.scroll-auto {
        overflow: visible
    }
}

.header-menu-wrapper-new header .nav-primary.scroll-auto.collapsing {
    height: 0 !important
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header .nav-primary.scroll-auto.collapsing {
        height: auto !important
    }
}

.header-menu-wrapper-new header .nav-primary .search-box .search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    overflow: visible;
    text-align: center;
    -webkit-transition: max-width .1s ease-in-out;
    -o-transition: max-width .1s ease-in-out;
    transition: max-width .1s ease-in-out;
    width: 100%
}

@media (max-width: 1199.98px) {
    .header-menu-wrapper-new header .nav-primary .search-box .search-form {
        height: auto
    }
}

.header-menu-wrapper-new header .nav-primary .search-box .search-form .search-wrapper {
    position: relative
}

@media (max-width: 1199.98px) {
    .header-menu-wrapper-new header .nav-primary .search-box .search-form .search-wrapper {
        margin-bottom: 28px
    }
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header .nav-primary .search-box .search-form .search-wrapper {
        width: 100%
    }
}

.header-menu-wrapper-new header .nav-primary .search-box .search-form .search-wrapper input {
    padding: 10px 45px
}

.header-menu-wrapper-new header .nav-primary .search-box .search-form .search-wrapper input::-webkit-search-decoration {
    -webkit-appearance: none
}

.header-menu-wrapper-new header .nav-primary .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    list-style: none
}

@media (max-width: 359.98px) {
    .header-menu-wrapper-new header .nav-primary .nav .menu-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item>.no-anchor-item,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>a {
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    position: relative
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item>.no-anchor-item:active,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>.no-anchor-item:focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>.no-anchor-item:hover,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>a:active,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>a:focus,
.header-menu-wrapper-new header .nav-primary .nav .menu-item>a:hover {
    text-decoration: none
}

@media (max-width: 1090px) {

    .header-menu-wrapper-new header .nav-primary .nav .menu-item>.no-anchor-item,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item>a {
        font-size: 16px
    }
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.button {
    border-top: 1px solid #dddee0;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    padding-top: 2rem
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.button>a {
    color: #fff !important;
    margin: 0 !important;
    padding: 14px 1rem;
    width: 100%
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button {
    display: none;
    padding: 12px 0 24px
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a {
    border: 1px solid #380f17;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button>a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.browse-all-courses {
    margin: 20px 0
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.browse-all-courses>a {
    color: #fff
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item .sub-menu {
    padding-left: 0
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item .sub-menu .last-item a {
    color: #5c8edb
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.show>.sub-menu {
    display: block
}

.header-menu-wrapper-new header .nav-primary .nav .menu-item.btn-main.btn-default>a {
    color: #fff
}

.header-menu-wrapper-new header .nav-primary .nav>.menu-item {
    padding: 0 1rem
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header .nav-primary .nav>.menu-item:first-child {
        padding-left: 1rem
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item:last-child {
        padding-right: 1rem
    }
}

.header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children {
    -ms-flex-item-align: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: -24px;
    padding-bottom: 24px;
    position: relative;
    text-align: center
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children.open>.sub-menu {
        opacity: 1;
        visibility: visible
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children .dropdown-placeholder {
        bottom: 100%;
        height: 24px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

.header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767.98px) {
    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -4px;
        margin-right: -4px
    }
}

.header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-width: 767.98px) {
    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div {
        padding-left: 4px;
        padding-right: 4px;
        position: relative;
        width: 100%
    }

    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div:first-child {
        padding-left: 0
    }

    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div:last-child {
        padding-right: 0
    }
}

@media (max-width: 359.98px) {
    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper>div:not(:first-child) {
        margin-top: 10px
    }
}

.header-menu-wrapper-new header .nav-primary .mobile-buttons-wrapper .btn-login {
    margin-top: 0
}

.header-menu-wrapper-new header .nav-primary .menu-desktop .nav>.menu-item:first-child {
    padding-left: 0
}

.header-menu-wrapper-new header .nav-primary .menu-desktop .nav>.menu-item:not(.menu-item-has-children)>a:hover {
    text-decoration: underline
}

@media (min-width: 1075px) and (max-width:1199px) {
    .header-menu-wrapper-new header .nav-primary .menu-desktop .nav>.menu-item:last-child {
        padding-right: .5rem
    }
}

@media (min-width: 1091px) {
    .header-menu-wrapper-new header .nav-primary.navbar-collapse {
        display: none
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-only {
        display: none !important
    }
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header .nav-primary {
        background-color: #fff;
        height: calc(100vh - 59px);
        padding-bottom: 30px
    }

    .header-menu-wrapper-new header .nav-primary .container {
        padding-bottom: 40px;
        padding-top: 20px
    }

    .header-menu-wrapper-new header .nav-primary .container .row {
        margin: 0
    }

    .header-menu-wrapper-new header .nav-primary .top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
        position: relative
    }

    .header-menu-wrapper-new header .nav-primary .top-menu .navbar-nav:last-child .menu-item {
        margin-top: 0
    }

    .header-menu-wrapper-new header .nav-primary .top-menu .btn {
        width: 100%
    }

    .header-menu-wrapper-new header .nav-primary .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item {
        padding: 0
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.desktop-only>a {
        display: none !important
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item a {
        border: 0;
        color: #8f0b13;
        display: block;
        padding: 12px 0
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.link-with-arrow:hover:after {
        display: none
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item .sub-menu .menu-item-has-children>a {
        color: #8f0b13;
        font-weight: 400
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item .button {
        display: none
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button {
        display: block
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button a {
        width: 100%
    }
}

@media (max-width: 1090px) and (max-width:1199.98px) {
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.mobile-button a {
        font-size: 18px;
        padding: 12px 32px
    }
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.thin a {
        color: #676767;
        font-weight: 400
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu>a {
        color: #8f0b13;
        font-size: 18px;
        line-height: 1.48;
        padding: 1.5rem 0;
        position: relative;
        width: 100%;
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu>a:hover {
        color: #380f17;
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse>a:after,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu>a:after {
        background-image: url(../icon/carat-down-darkred.svg);
        background-repeat: no-repeat;
        background-size: contain;
        color: #380f17;
        content: "";
        display: inline-block;
        height: 14px;
        margin-left: .5rem;
        margin-top: -7px;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear, -o-transform .2s linear;
        width: 14px
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse .sub-menu,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu .sub-menu {
        display: none
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>.sub-menu,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show>.sub-menu {
        border: none;
        display: block
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>a:after {
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse>a:after,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu>a:after {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show .block-collapse>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show .block-new-menu>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>.sub-menu>li>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show .block-collapse>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show .block-new-menu>a,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show>.sub-menu>li>a {
        color: #380f17;
        font-size: 18px;
        line-height: 1.48;
        padding: 1.5rem 0;
        position: relative
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show .block-collapse>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show .block-new-menu>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>.sub-menu>li>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show .block-collapse>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show .block-new-menu>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show>.sub-menu>li>a:hover {
        color: #380f17
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>.sub-menu,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show>.sub-menu {
        margin-bottom: 0
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse .btn-closed-new-menu,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu .btn-closed-new-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #8f0b13;
        cursor: pointer;
        display: none;
        font-size: 16px;
        font-weight: 700;
        padding-top: 20px;
        position: relative
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse .btn-closed-new-menu:hover,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu .btn-closed-new-menu:hover {
        color: #5c8edb
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse .btn-closed-new-menu:before,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu .btn-closed-new-menu:before {
        background-image: url(../icon/header-menu-long-arrow-right.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        content: "";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 16px;
        margin-right: 8px;
        position: relative;
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: 16px
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show {
        border-bottom: none
    }

    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-collapse.show>.btn-closed-new-menu,
    .header-menu-wrapper-new header .nav-primary .nav .menu-item.block-new-menu.show>.btn-closed-new-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item {
        border-top: 1px solid #dddee0
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item:last-child:not(.menu-my-account) {
        border-bottom: 1px solid #dddee0;
        margin-bottom: 2rem
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item>a {
        color: #380f17;
        font-size: 18px;
        line-height: 1.48;
        padding: 1.5rem 0;
        position: relative
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item>a:hover {
        color: #380f17
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -ms-flex-line-pack: center;
        align-content: center;
        display: block;
        justify-content: left;
        text-align: left
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children:last-child {
        padding-bottom: 0
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children.columns>.sub-menu .dropdown-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children>.sub-menu {
        display: none;
        margin-bottom: 12px;
        padding: 0
    }

    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children>.sub-menu a {
        padding: 12px 0
    }
}

@media (max-width: 1090px) and (max-width:991.98px) {
    .header-menu-wrapper-new header .nav-primary .nav>.menu-item.menu-item-has-children>.sub-menu a {
        padding: 12px 0
    }
}

@media (max-width: 1090px) {

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix li,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix ul,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.menu-item.block-new-menu {
        border: none
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu .menu-item a {
        color: #380f17;
        font-size: 18px;
        line-height: 1.48;
        padding: 1.5rem 0;
        position: relative;
        width: calc(100% - 20px)
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu .menu-item a:hover {
        color: #380f17
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li {
        border-top: 1px solid #dddee0
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li:not(.node-child-open):last-child {
        border-bottom: 1px solid #dddee0
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li {
        border: none
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li a,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li a {
        border: 0;
        color: #8f0b13;
        display: block;
        font-size: 16px;
        font-weight: 400;
        padding: 12px 0
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li:last-child a,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li:last-child a {
        padding-bottom: 24px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li.link-with-arrow:hover>a,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li.link-with-arrow:hover>a {
        background-color: transparent !important
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li.link-with-arrow>a,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li.link-with-arrow>a {
        -webkit-box-flex: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        color: #8f0b13 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        font-size: 14px !important;
        font-weight: 700;
        justify-content: flex-start;
        line-height: 22px !important;
        padding-top: 16px !important
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li.link-with-arrow>a:after,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li.link-with-arrow>a:after {
        -ms-flex-item-align: center;
        align-self: center;
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-blue30.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 9px;
        margin-left: 1rem;
        opacity: 1;
        position: relative;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: margin, opacity, .16s ease;
        -o-transition: margin, opacity, .16s ease;
        transition: margin, opacity, .16s ease;
        width: 16px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li.link-with-arrow>a:hover,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li.link-with-arrow>a:hover {
        color: #5c8edb
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse li.link-with-arrow>a:hover:after,
    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu .sub-menu li.block-collapse.show li.link-with-arrow>a:hover:after {
        margin-left: 12px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu li.block-collapse>.sub-menu li.three-columns-group-label>a {
        color: #380f17;
        cursor: none;
        font-size: 14px;
        font-weight: 700;
        padding-left: 0;
        pointer-events: none;
        text-align: left
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu li.block-collapse>.sub-menu li.three-columns-group-label~:not(.three-columns-group-label) {
        padding-left: 16px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu li.block-collapse>.sub-menu li.three-columns-group-label~:not(.three-columns-group-label)>a {
        font-size: 16px;
        padding-bottom: 8px;
        padding-top: 8px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix>.block-new-menu li.block-collapse>.sub-menu li.three-columns-group-label~:last-child a {
        padding-bottom: 24px
    }

    .header-menu-wrapper-new header .nav-primary .nav.mobile-menu-fix .node-child-open>.sub-menu li {
        border-bottom: none !important
    }

    .header-menu-wrapper-new header .nav-primary a.user-link {
        border-bottom: 1px solid #dddee0;
        border-top: 1px solid #dddee0;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 1rem;
        padding: 1rem 0;
        width: 100%
    }
}

@media (max-width: 1090px) and (max-width:1090px) {
    .header-menu-wrapper-new header .nav-primary a.user-link {
        font-size: 18px;
        margin-bottom: 24px;
        padding: 24px 0
    }
}

@media (max-width: 991.98px) {
    .header-menu-wrapper-new header .responsive_banner.navbar-header .right-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1090px) {

    .header-menu-wrapper-new header .responsive_banner.navbar-header,
    .header-menu-wrapper-new header .responsive_banner.navbar-header .right-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: auto
    }

    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .hamburger {
        display: none
    }
}

@media (max-width: 768px) {
    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 114px
    }

    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .brand {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin: auto
    }

    .header-menu-wrapper-new header .responsive_banner.navbar-header .right-side {
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit
    }
}

@media (max-width: 547px) {
    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 40%
    }
}

@media (max-width: 360px) {
    .header-menu-wrapper-new header .responsive_banner.navbar-header .left-side .brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.header-menu-wrapper-new.fixed {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    max-width: 100vw;
    position: fixed;
    top: 0
}

.header-menu-wrapper-new.fixed.no-shadow {
    border-bottom: 1px solid #dddee0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .left-side .navbar-toggle .hamburger-inner,
.header-menu-wrapper-new.fixed header.banner .navbar-header .left-side .navbar-toggle .hamburger-inner:after,
.header-menu-wrapper-new.fixed header.banner .navbar-header .left-side .navbar-toggle .hamburger-inner:before {
    background-color: #FFF
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item>.no-anchor-item,
.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item>a {
    border-bottom-color: #FFF;
    color: #FFF;
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a:after {
    background-image: url(../icon/carat-down.svg)
}

.header-menu-wrapper-new.fixed .banner {
    background-color: #fff
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new.fixed .banner.expand {
        background-color: #fff
    }
}

.header-menu-wrapper-new.fixed .banner .navbar-header .left-side .btn-search:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-search-small.svg)
}

.header-menu-wrapper-new.fixed .banner .navbar-header .left-side .brand {
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
}

@media (max-width: 547px) {
    .header-menu-wrapper-new.fixed .banner .responsive_banner .left-side .brand {
        background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png);
        background-size: auto
    }
}

.header-menu-wrapper-new.fixed .banner.brand-for-teams .navbar-header .left-side .brand {
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
}

.header-menu-wrapper-new.fixed header.banner,
.header-menu-wrapper-new.no-splash header.banner {
    background-color: #fff
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item>a,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .nav-primary .nav>.menu-item>a {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .nav-primary .nav>.menu-item>a:hover,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .nav-primary .nav>.menu-item>a:hover {
    border-color: #8f0b13;
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link>a,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link>a {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link .user-link a:hover,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link .user-link a:hover {
    border-color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main {
    font-size: 14px;
    padding: 9px 14px
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field {
    background-color: #f1f2f3;
    border-color: transparent;
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-webkit-input-placeholder,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-webkit-input-placeholder {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-moz-placeholder,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-moz-placeholder {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field:-ms-input-placeholder,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field:-ms-input-placeholder {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-ms-input-placeholder,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field::-ms-input-placeholder {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed header.banner .navbar-header .right-side .search-box form.search-form input.search-field::placeholder,
.header-menu-wrapper-new.no-splash header.banner .navbar-header .right-side .search-box form.search-form input.search-field::placeholder {
    color: #8f0b13
}

.header-menu-wrapper-new.fixed .icon-item--carat-down-white,
.header-menu-wrapper-new.no-splash .icon-item--carat-down-white {
    background-image: url(../icon/carat-down.svg) !important
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field {
    background: hsla(0, 0%, 100%, .08);
    color: #fff
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field:-ms-input-placeholder {
    color: #fff;
    opacity: .48
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    opacity: .48
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-moz-placeholder {
    color: #fff;
    opacity: .48
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-ms-input-placeholder {
    color: #fff;
    opacity: .48
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::placeholder {
    color: #fff;
    opacity: .48
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search {
    color: #fff
}

.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search circle,
.header-menu-wrapper-new:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search path {
    stroke: #fff
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new.is-active header.banner {
        background-color: #fff
    }
}

.header-menu-wrapper-new.is-active header.banner .navbar-header .left-side .navbar-toggle.is-active .hamburger-inner,
.header-menu-wrapper-new.is-active header.banner .navbar-header .left-side .navbar-toggle.is-active .hamburger-inner:after,
.header-menu-wrapper-new.is-active header.banner .navbar-header .left-side .navbar-toggle.is-active .hamburger-inner:before {
    background-color: #FFF;
}

@media (max-width: 1152px) {
    .header-menu-wrapper-new.is-active header.banner .navbar-header .right-side .search-box {
        display: none
    }
}

.header-menu-wrapper-new.is-active header .search-box .fa-search {
    color: #380f17;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    left: 16px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    z-index: 2
}

.header-menu-wrapper-new.is-active header .search-box .fa-search path {
    fill: #380f17
}

.header-menu-wrapper-new.is-active header .search-box .fa-search circle {
    stroke: #380f17
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .left-side .user-logged-control .user-link>a {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .left-side .brand {
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .menu-item-has-children>a,
.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link>a {
    color: #FFF;
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .btn-search:before {
    background-image: url(../icon/icon-search-small-white.svg)
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .fa-search path {
    fill: #8f0b13;
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .fa-search circle {
    stroke: #8f0b13;
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form.wide .icon-search {
    background-image: url(../icon/icon-search-small.svg)
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field {
    background: hsla(0, 0%, 100%, .08);
    color: #FFF;
    max-width: 100%
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field:-ms-input-placeholder {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-moz-placeholder {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-ms-input-placeholder {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::placeholder {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a,
.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item>a {
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a:after {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/carat-down-white.svg);
    color: #fff
}

.header-menu-wrapper-new.suppose-dark:not(.fixed) header.banner.brand-for-teams .navbar-header .left-side .brand {
    background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
}

@media (max-width: 1090px) {
    .header-menu-wrapper-new.suppose-dark:not(.fixed).is-active header.banner .navbar-header .left-side .brand {
        background-image: url(https://cambridgeveritas.com/uploads/logo/logo_671b440344f7a.png)
    }
}

.header-menu-wrapper-new.suppose-dark:not(.fixed):not(.is-active) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner,
.header-menu-wrapper-new.suppose-dark:not(.fixed):not(.is-active) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:after,
.header-menu-wrapper-new.suppose-dark:not(.fixed):not(.is-active) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:before {
    background-color: #FFF;
}

@media (max-width: 991.98px) {
    .header-menu-wrapper-new .user-logged-in-menu.init-assigned-classes>ul>li:first-child {
        border-top: none;
        margin-top: -8px !important
    }

    .header-menu-wrapper-new .user-logged-in-menu.init-assigned-classes>ul>li:first-child a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0 !important
    }

    .header-menu-wrapper-new .user-logged-in-menu.init-assigned-classes>ul>li:first-child a:after {
        top: 28% !important
    }

    .header-menu-wrapper-new .user-logged-in-menu.init-assigned-classes>ul>li:last-child {
        border-bottom: 1px solid #dddee0
    }
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:after,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .navbar-toggle .hamburger-box .hamburger-inner:before {
    background-color: #8f0b13
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .btn-search:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-search-small.svg)
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .left-side .brand {
    background-image: url(http://localhost/veritas/uploads/logo/logo_650d418e8f5e2.png)
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links .user-link>a {
    color: #380f17
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .action-button-wrapper .top-menu .account-links a.btn-main {
    background: transparent;
    border: 1px solid #380f17;
    color: #380f17
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field {
    background-color: #f3f4f6;
    color: #380f17
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field:-ms-input-placeholder {
    color: #380f17;
    opacity: .48
}


.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #380f17;
    opacity: .48
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-moz-placeholder {
    color: #380f17;
    opacity: .48
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::-ms-input-placeholder {
    color: #380f17;
    opacity: .48
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form .search-field::placeholder {
    color: #380f17;
    opacity: .48
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search {
    color: #380f17
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search circle,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .right-side .search-box .search-form svg.fa-search path {
    stroke: #380f17
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>.no-anchor-item,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item>a {
    color: #8f0b13
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>.no-anchor-item:after,
.header-menu-wrapper-new.no-splash:not(.fixed) header.banner .navbar-header .nav-primary .nav>.menu-item.menu-item-has-children>a:after {
    background-image: url(../icon/carat-down.svg)
}

.header-menu-wrapper-new.no-splash:not(.fixed) header.banner.brand-for-teams .navbar-header .left-side .brand {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/logotm-for-teams.svg)
}

@media (max-width: 1199.98px) {
    .admin-bar #wpadminbar {
        position: fixed
    }
}

.search-box .search-form {
    overflow: visible;
    position: relative
}

.search-box .search-form>.fa-search {
    color: #380f17;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    left: 16px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    z-index: 2
}

.search-box .search-form>.fa-search path {
    fill: #380f17
}

.search-box .search-form>.fa-search circle {
    stroke: #380f17
}

body.page-template.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash,
body.page-template.regular-cfi-logo-and-splash-colors .section-hero,
body.page-template.regular-cfi-logo-and-splash-colors .section-splash,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash.default,
body.page.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash,
body.page.regular-cfi-logo-and-splash-colors .section-hero,
body.page.regular-cfi-logo-and-splash-colors .section-splash,
body.page.regular-cfi-logo-and-splash-colors .section.splash,
body.page.regular-cfi-logo-and-splash-colors .section.splash.default {
    background-color: #380f17;
    color: #fff
}

body.page-template.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash .lead.text,
body.page-template.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash .title,
body.page-template.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash h1,
body.page-template.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash p,
body.page-template.regular-cfi-logo-and-splash-colors .section-hero .lead.text,
body.page-template.regular-cfi-logo-and-splash-colors .section-hero .title,
body.page-template.regular-cfi-logo-and-splash-colors .section-hero h1,
body.page-template.regular-cfi-logo-and-splash-colors .section-hero p,
body.page-template.regular-cfi-logo-and-splash-colors .section-splash .lead.text,
body.page-template.regular-cfi-logo-and-splash-colors .section-splash .title,
body.page-template.regular-cfi-logo-and-splash-colors .section-splash h1,
body.page-template.regular-cfi-logo-and-splash-colors .section-splash p,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash .lead.text,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash .title,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash h1,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash p,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash.default .lead.text,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash.default .title,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash.default h1,
body.page-template.regular-cfi-logo-and-splash-colors .section.splash.default p,
body.page.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash .lead.text,
body.page.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash .title,
body.page.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash h1,
body.page.regular-cfi-logo-and-splash-colors .container-cfi-for-teams.section-splash p,
body.page.regular-cfi-logo-and-splash-colors .section-hero .lead.text,
body.page.regular-cfi-logo-and-splash-colors .section-hero .title,
body.page.regular-cfi-logo-and-splash-colors .section-hero h1,
body.page.regular-cfi-logo-and-splash-colors .section-hero p,
body.page.regular-cfi-logo-and-splash-colors .section-splash .lead.text,
body.page.regular-cfi-logo-and-splash-colors .section-splash .title,
body.page.regular-cfi-logo-and-splash-colors .section-splash h1,
body.page.regular-cfi-logo-and-splash-colors .section-splash p,
body.page.regular-cfi-logo-and-splash-colors .section.splash .lead.text,
body.page.regular-cfi-logo-and-splash-colors .section.splash .title,
body.page.regular-cfi-logo-and-splash-colors .section.splash h1,
body.page.regular-cfi-logo-and-splash-colors .section.splash p,
body.page.regular-cfi-logo-and-splash-colors .section.splash.default .lead.text,
body.page.regular-cfi-logo-and-splash-colors .section.splash.default .title,
body.page.regular-cfi-logo-and-splash-colors .section.splash.default h1,
body.page.regular-cfi-logo-and-splash-colors .section.splash.default p {
    color: #fff
}

.icon-list-enabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.icon-list-enabled .icon-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.icon-list-enabled .icon-item.icon-item--before--offset-2 {
    margin: 0;
    margin-right: 2px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-2 {
    margin-right: 12px
}

.icon-list-enabled .icon-item.icon-item--after--offset-2 {
    margin: 0;
    margin-left: 2px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-2 {
    margin-left: 12px
}

.icon-list-enabled .icon-item.icon-item--before--offset-4 {
    margin: 0;
    margin-right: 4px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-4 {
    margin-right: 14px
}

.icon-list-enabled .icon-item.icon-item--after--offset-4 {
    margin: 0;
    margin-left: 4px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-4 {
    margin-left: 14px
}

.icon-list-enabled .icon-item.icon-item--before--offset-8 {
    margin: 0;
    margin-right: 8px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-8 {
    margin-right: 18px
}

.icon-list-enabled .icon-item.icon-item--after--offset-8 {
    margin: 0;
    margin-left: 8px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-8 {
    margin-left: 18px
}

.icon-list-enabled .icon-item.icon-item--before--offset-10 {
    margin: 0;
    margin-right: 10px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-10 {
    margin-right: 20px
}

.icon-list-enabled .icon-item.icon-item--after--offset-10 {
    margin: 0;
    margin-left: 10px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-10 {
    margin-left: 20px
}

.icon-list-enabled .icon-item.icon-item--before--offset-16 {
    margin: 0;
    margin-right: 16px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-16 {
    margin-right: 26px
}

.icon-list-enabled .icon-item.icon-item--after--offset-16 {
    margin: 0;
    margin-left: 16px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-16 {
    margin-left: 26px
}

.icon-list-enabled .icon-item.icon-item--before--offset-18 {
    margin: 0;
    margin-right: 18px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-18 {
    margin-right: 28px
}

.icon-list-enabled .icon-item.icon-item--after--offset-18 {
    margin: 0;
    margin-left: 18px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-18 {
    margin-left: 28px
}

.icon-list-enabled .icon-item.icon-item--before--offset-24 {
    margin: 0;
    margin-right: 24px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-24 {
    margin-right: 34px
}

.icon-list-enabled .icon-item.icon-item--after--offset-24 {
    margin: 0;
    margin-left: 24px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-24 {
    margin-left: 34px
}

.icon-list-enabled .icon-item.icon-item--before--offset-32 {
    margin: 0;
    margin-right: 32px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--before--offset-32 {
    margin-right: 42px
}

.icon-list-enabled .icon-item.icon-item--after--offset-32 {
    margin: 0;
    margin-left: 32px
}

.icon-list-enabled.icon-item--animated-after-moving:hover .icon-item--after--offset-32 {
    margin-left: 42px
}

.icon-list-enabled .icon-item--size-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    height: 10px;
    width: 10px
}

.icon-list-enabled .icon-item--size-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    width: 12px
}

.icon-list-enabled .icon-item--size-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    width: 14px
}

.icon-list-enabled .icon-item--size-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px
}

.icon-list-enabled .icon-item--size-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    width: 18px
}

.icon-list-enabled .icon-item--size-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px
}

.icon-list-enabled .icon-item--size-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px
}

.icon-list-enabled .icon-item--size-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px
}

.icon-list-enabled .icon-item--size-44 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 44px;
    width: 44px
}

.icon-list-enabled .icon-item--size-48 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px
}

.icon-list-enabled .icon-item--size-56 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    height: 56px;
    width: 56px
}

.icon-list-enabled.icon-item--animated-after-moving .icon-item--after {
    -webkit-transition: margin-left .2s, margin-right .2s;
    -o-transition: margin-left .2s, margin-right .2s;
    transition: margin-left .2s, margin-right .2s
}

.icon-list-enabled.icon-item--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icon-list-enabled.icon-item--grow .icon-item--after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-position: 100%;
    flex-grow: 1
}

.icon-list-enabled.icon-item--grow.icon-item--animated-after-moving .icon-item--after {
    margin-right: 10px
}

.icon-list-enabled.icon-item--grow.icon-item--animated-after-moving:hover .icon-item--after {
    margin-right: 0
}

.gform_button {
    width: auto
}

.powder-blue-radiobutton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #dddee0;
    border: 1px solid #dddee0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    padding: 0;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    width: 16px
}

.powder-blue-radiobutton:checked {
    background-color: #fff;
    border: 5px solid #25a2af
}

.gform_wrapper form .gform_footer .text-below-submit-button {
    color: #727477;
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 2rem
}

.gform_wrapper form .gform_footer .text-below-submit-button a {
    color: #8f0b13
}

.gform_wrapper form .gform_footer .text-below-submit-button a:hover {
    color: #8f0b13;
    text-decoration: underline
}

.gform_wrapper {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    margin: auto;
    padding: 2rem
}

@media (max-width: 543.98px) {
    .gform_wrapper {
        padding: 1rem
    }
}

.gform_wrapper form a {
    color: #8f0b13
}

.gform_wrapper form a:active,
.gform_wrapper form a:focus,
.gform_wrapper form a:hover {
    text-decoration: underline
}

.gform_wrapper form .gform_heading {
    margin-bottom: 2rem
}

.gform_wrapper form .gform_heading .gform_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 1rem
}

.gform_wrapper form .gform_heading .gform_description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1rem
}

.gform_wrapper form .gform_heading .gform_description:empty {
    display: none
}

.gform_wrapper form .gform_body {
    margin-bottom: 0
}

.gform_wrapper form .gform_body ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield {
    display: inline-block;
    margin-bottom: 2rem;
    width: 100%
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half,
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half {
    width: calc(50% - 1rem)
}

@media (max-width: 767.98px) {

    .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half {
        width: 100%
    }
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half {
    margin-right: 2rem
}

@media (max-width: 767.98px) {
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half {
        margin-right: 0
    }
}


.alert_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 20px 24px;
    position: relative
}

.alert_box.danger {
    background-color: #fff0f0;
    color: #981f1f
}



body .overflow-hidden {
    overflow: hidden
}

body .top-text-wrapper {
    display: block;
    font-weight: 500;
    line-height: 1.6;
    text-align: left
}



.section-hero {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative
}

.section-hero .section-bg {
    background-color: #fff;
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/home-v2-bg.svg);
    background-size: cover;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-38deg);
    -o-transform: skewX(-38deg);
    transform: skewX(-38deg);
    -webkit-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 50%
}

.section-hero>.container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.section-hero .hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    width: 58%
}

.section-hero .hero-content .title {
    margin-bottom: 1.5rem
}

.section-hero .hero-content .subtitle {
    font-size: 18px;
    margin-bottom: 2rem;
    padding-right: 6rem
}

@media (max-width: 767.98px) {
    .section-hero .hero-content .subtitle {
        font-size: 16px
    }
}

.section-hero .hero-reviews .reviews-panel {
    border-radius: 8px;
    margin-left: 43px;
    padding: 32px;
    position: relative
}

.section-hero .hero-reviews .reviews-panel,
.section-hero .hero-reviews .reviews-panel:before {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.section-hero .hero-reviews .reviews-panel:before {
    content: "";
    height: 36px;
    left: -3px;
    position: absolute;
    top: 70px;
    -webkit-transform: scaleX(2) rotate(45deg);
    -o-transform: scaleX(2) rotate(45deg);
    transform: scaleX(2) rotate(45deg);
    width: 36px;
    z-index: 1
}

.section-hero .hero-reviews .reviews-panel:after {
    background-color: #fff;
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.section-hero .hero-reviews .reviews-container {
    overflow: hidden;
    z-index: 3
}

.section-hero .hero-reviews .reviews-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-hero .hero-reviews .review-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    width: 100%
}

.section-hero .hero-reviews .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #8f0b13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    height: 100%
}

.section-hero .hero-reviews .review-item .title {
    -webkit-box-flex: 0;
    color: #380f17;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    margin-bottom: .5rem
}

.section-hero .hero-reviews .review-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1rem
}

.section-hero .hero-reviews .review-item .content .read-more {
    color: #8f0b13
}

.section-hero .hero-reviews .review-item .bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.section-hero .hero-reviews .review-item .image {
    -webkit-box-flex: 0;
    border-radius: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 32px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    width: 32px
}

.section-hero .hero-reviews .review-item .image .image-label {
    background-color: #eefafc;
    color: #1c7d87;
    font-size: .75rem;
    font-weight: 700;
    height: 100%;
    line-height: 32px;
    text-align: center;
    width: 100%
}

.section-hero .hero-reviews .review-item .image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .hero-reviews .review-item .name-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .875rem
}

.section-hero .hero-reviews .review-item .name-block .name {
    color: #380f17;
    font-weight: 700
}

.section-hero .hero-reviews .review-item .rating {
    -webkit-box-flex: 0;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 24px;
    width: 175px
}

.section-hero .hero-reviews .review-item .rating.rating-0 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-0.svg)
}

.section-hero .hero-reviews .review-item .rating.rating-1 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-1.svg)
}

.section-hero .hero-reviews .review-item .rating.rating-2 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-2.svg)
}

.section-hero .hero-reviews .review-item .rating.rating-3 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-3.svg)
}

.section-hero .hero-reviews .review-item .rating.rating-4 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-4.svg)
}

.section-hero .hero-reviews .review-item .rating.rating-5 {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/trustpilot-stars-5.svg)
}

.section-hero .hero-reviews .swiper-pagination {
    font-size: 0;
    margin-top: 2rem;
    position: relative;
    z-index: 4
}

.section-hero .hero-reviews .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px
}

.section-hero .hero-reviews .hero-reviews-next,
.section-hero .hero-reviews .hero-reviews-prev {
    background-color: #8f0b13;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(50, 113, 210, .1), 0 10px 20px rgba(50, 113, 210, .15);
    box-shadow: 0 3px 6px rgba(50, 113, 210, .1), 0 10px 20px rgba(50, 113, 210, .15);
    cursor: pointer;
    height: 32px;
    left: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 32px;
    z-index: 4
}

.section-hero .hero-reviews .hero-reviews-next:before,
.section-hero .hero-reviews .hero-reviews-prev:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-swiper.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .hero-reviews .hero-reviews-prev {
    left: 0
}

.section-hero .hero-reviews .hero-reviews-prev:before {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-hero:hover .hero-reviews .reviews-panel .hero-reviews-next,
.section-hero:hover .hero-reviews .reviews-panel .hero-reviews-prev {
    opacity: 1
}

.section-hero .hero-form .form-wrapper {
    margin-left: 2rem;
    padding: 2rem
}

.section-hero .hero-form .step {
    display: none
}

.section-hero .hero-form .step:first-child {
    display: block
}

.section-hero .hero-form .buttons-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1rem;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.section-hero .hero-form .buttons-top .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    background: #f9fafb;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .05);
    color: #8f0b13;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 .5rem 1rem;
    padding: 13px
}

.section-hero .hero-form .buttons-top .btn .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.section-hero .hero-form .buttons-top .btn .icon.icon-linkedin {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-linkedin.svg)
}

.section-hero .hero-form .buttons-top .btn .icon.icon-google {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-google.svg)
}

.section-hero .hero-form .buttons-top .btn .icon.icon-facebook {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/icon-facebook.svg)
}

.section-hero .hero-form .separator {
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    position: relative;
    text-align: center
}

.section-hero .hero-form .separator:before {
    border-bottom: 1px solid #dddee0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

.section-hero .hero-form .separator span {
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 5px;
    position: relative
}

.section-hero .hero-form .buttons-bottom .btn {
    width: 100%
}

.section-hero .hero-form .bottom-text {
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 1.5rem
}

.section-hero .hero-form .bottom-text a {
    color: #8f0b13
}

.section-hero .hero-form .bottom-text a:active,
.section-hero .hero-form .bottom-text a:focus,
.section-hero .hero-form .bottom-text a:hover {
    color: #5c8edb
}

.section-hero .hero-video .video-container {
    margin-left: 2rem;
    position: relative
}

.section-hero .hero-video .video-block {
    background-color: #dddee0;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.section-hero .hero-video .video-block .video-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .hero-video .video-block .play-button {
    background-color: #8f0b13;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px rgba(50, 113, 210, .15), 0 3px 6px rgba(50, 113, 210, .1);
    box-shadow: 0 10px 20px rgba(50, 113, 210, .15), 0 3px 6px rgba(50, 113, 210, .1);
    cursor: pointer;
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px
}

.section-hero .hero-video .video-block .play-button:before {
    background: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/next.svg) 50% no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .hero-video .video-block video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero .hero-video .overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-hero .hero-video .overlay .item-text {
    border-radius: 80px;
    line-height: 1.4;
    margin-left: 1.5rem;
    padding: 9px 8px;
    white-space: nowrap
}

.section-hero .hero-form,
.section-hero .hero-image,
.section-hero .hero-reviews,
.section-hero .hero-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    width: 42%
}

@media (max-width: 1199.98px) {

    .section-hero .hero-form,
    .section-hero .hero-image,
    .section-hero .hero-reviews,
    .section-hero .hero-video {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.section-hero .hero-content+.hero-content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    width: 42%
}

@media (max-width: 1199.98px) {
    .section-hero .hero-content+.hero-content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .section-hero .hero-content+.hero-content-right {
        display: block
    }

    .section-hero .hero-content+.hero-content-right .hero-image {
        position: relative
    }
}

.section-hero .hero-content+.hero-content-right .hero-form,
.section-hero .hero-content+.hero-content-right .hero-image,
.section-hero .hero-content+.hero-content-right .hero-reviews,
.section-hero .hero-content+.hero-content-right .hero-video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.bg-macabacus.section-hero {
    background-color: #264e58
}

.bg-macabacus.section-hero .btn-default,
.bg-macabacus.section-hero .btn-primary,
.bg-macabacus.section-hero .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #264e58
}

.bg-macabacus.section-hero .btn-secondary,
.bg-macabacus.section-hero .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-primary.section-hero {
    background-color: #380f17
}

.bg-primary.section-hero .btn-default,
.bg-primary.section-hero .btn-primary,
.bg-primary.section-hero .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.bg-primary.section-hero .btn-secondary,
.bg-primary.section-hero .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-macabacus.section-hero,
.bg-macabacus.section-hero .title,
.bg-primary.section-hero,
.bg-primary.section-hero .title {
    color: #fff
}

@media (max-width: 1199.98px) {
    .section-hero {
        background-color: #f9fafb
    }

    .section-hero .section-bg {
        background-color: #f9fafb;
        height: 50%;
        left: 0;
        top: 50%;
        -webkit-transform: skewY(-20deg);
        -o-transform: skewY(-20deg);
        transform: skewY(-20deg);
        -webkit-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        width: 100%
    }

    .section-hero .hero-content,
    .section-hero .hero-content+[class*=animating-marker-],
    .section-hero .hero-form,
    .section-hero .hero-image,
    .section-hero .hero-reviews,
    .section-hero .hero-video {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .section-hero .hero-image {
        text-align: center
    }

    .section-hero .hero-content .subtitle {
        padding-right: 0
    }

    .section-hero .hero-reviews .reviews-panel {
        margin-left: 0;
        margin-top: 4rem
    }

    .section-hero .hero-reviews .reviews-panel:before {
        left: 35px;
        top: -8px;
        -webkit-transform: scaleY(1.8) rotate(45deg);
        -o-transform: scaleY(1.8) rotate(45deg);
        transform: scaleY(1.8) rotate(45deg)
    }

    .section-hero .hero-form .form-wrapper,
    .section-hero .hero-video .video-container {
        margin-left: 0;
        margin-top: 3rem
    }

    .section-hero .hero-video .overlay {
        display: none
    }
}

@media (max-width: 991.98px) {
    .section-hero {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .section-hero .hero-reviews {
        margin-bottom: 48px
    }

    .section-hero .hero-reviews .review-item {
        padding-top: 40px;
        position: relative
    }

    .section-hero .hero-reviews .review-item .name-block {
        font-size: inherit
    }

    .section-hero .hero-reviews .review-item .rating {
        left: 0;
        position: absolute;
        top: 0
    }

    .section-hero .hero-reviews .hero-reviews-next,
    .section-hero .hero-reviews .hero-reviews-prev {
        background-color: #fff;
        height: 64px;
        left: 0;
        opacity: 1;
        top: 100%;
        -webkit-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
        width: 64px
    }

    .section-hero .hero-reviews .hero-reviews-next:before,
    .section-hero .hero-reviews .hero-reviews-prev:before {
        background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/arrow-right-4.svg);
        background-size: 24px 24px
    }

    .section-hero .hero-reviews .hero-reviews-next {
        left: auto;
        right: 0
    }

    .section-hero .hero-reviews .swiper-pagination {
        bottom: -52px;
        left: 64px;
        position: absolute;
        right: 64px
    }

    .section-hero .hero-reviews .swiper-pagination .swiper-pagination-bullet,
    .section-hero .hero-reviews .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff
    }
}

@media (max-width: 767.98px) {
    .section-hero .section-bg {
        -webkit-transform: skewY(-25deg);
        -o-transform: skewY(-25deg);
        transform: skewY(-25deg)
    }

    .section-hero .buttons-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .section-hero .hero-form .buttons-top .btn {
        width: 100%
    }
}

.sticky-top-edge.section-hero {
    padding-top: 160px
}

@media (max-width: 1199.98px) {
    .sticky-top-edge.section-hero {
        padding-top: 110px
    }
}

@media (min-width: 992px) {
    .section-hero {
        padding-bottom: 100px
    }
}

.section-hero .hero-content {
    position: relative;
    z-index: 10
}

.section-hero .hero-content .subtitle {
    color: #dddee0;
    margin-bottom: 28px
}

.section-hero .hero-image {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.section-hero .hero-image .image-container {
    display: block;
    position: relative
}

.section-hero .hero-image .image-container img {
    width: 100%
}

@media (max-width: 1199.98px) {
    .section-hero .hero-image {
        -ms-flex-item-align: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-self: normal;
        justify-content: center;
        margin-top: 2rem
    }

    .section-hero .hero-image .image-container {
        margin: 0 auto;
        max-width: 100%;
        width: 600px
    }
}

@media (min-width: 992px) {
    .section-hero.with-image {
        padding-bottom: 0
    }

    .section-hero.with-image .hero-content {
        padding-bottom: 80px
    }

    .section-hero.with-image>.container {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media (max-width: 1199.98px) {
    .section-hero.with-image .hero-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-hero.with-image .hero-content-right {
        display: none
    }
}

@media (min-width: 1200px) {
    .section-hero.with-image .hero-content {
        padding-bottom: 136px
    }
}

.section-hero .top-label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px
}

.section-hero .top-label:before {
    background-image: url(http://localhost/veritas/wp-content/themes/cfi/dist/images/home-page-video-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    vertical-align: middle;
    width: 24px
}

.section-hero .hero-content-right {
    position: relative;
    z-index: 5
}

@media (min-width: 992px) {
    .section-hero .hero-content-right {
        margin-bottom: 52px
    }
}

@media (min-width: 1200px) {
    .section-hero .hero-content-right {
        margin-bottom: 48px
    }
}

@media (max-width: 991.98px) {
    .section-hero .hero-content-right {
        display: none
    }
}

.section-hero .hero-content-right .hero-image {
    bottom: 0;
    height: 100%;
    position: absolute
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .section-hero .hero-content-right .hero-image {
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .section-hero .hero-content-right .hero-image {
        padding-top: 22px
    }
}

@media (min-width: 1360px) {
    .section-hero .hero-content-right .hero-image {
        left: 50px
    }
}

.section-hero .hero-content-right .hero-image .image-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: none;
    height: 100%;
    justify-content: center;
    position: static;
    text-align: center
}

@media (min-width: 1360px) {
    .section-hero .hero-content-right .hero-image .image-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 1200px) {
    .section-hero .hero-content-right .hero-image .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 38px
    }
}

.section-hero .hero-content-right .hero-image .image-container img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

@media (min-width: 1360px) {
    .section-hero .hero-content-right .hero-image .image-container img {
        max-width: 120%
    }
}

@media (max-width: 991.98px) {
    .section-hero .hero-content-right .hero-image .image-container img {
        max-width: 300px
    }
}

.section-hero .hero-content .title {
    margin-bottom: 16px
}

.section-hero .background-cover {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    display: none;
    left: 75%;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 1
}

@media (min-width: 992px) {
    .section-hero .background-cover {
        display: block
    }
}

@media (min-width: 1200px) {
    .section-hero .background-cover {
        left: 66.1%;
        top: -52px;
        width: 380px
    }
}

.section-hero .hero-content-mobile {
    display: none;
    margin-top: 30px
}

.section-hero .hero-content-mobile img {
    height: auto;
    max-width: 100%
}

@media (max-width: 767.98px) {
    .section-hero .hero-content-mobile {
        display: block
    }
}

@media (min-width: 992px) {
    .section-hero .background-cover {
        display: block
    }

    .section-hero .hero-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .section-hero .hero-content+.hero-content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 1200px) {
    .section-hero .hero-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .section-hero .hero-content+.hero-content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.section-institutions {
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px
}

.bg-darkblue.section-institutions {
    background-color: #380f17
}

.bg-darkblue.section-institutions .block-images:after,
.bg-darkblue.section-institutions .block-images:before {
    bottom: 0;
    content: "";
    display: none;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 5
}

@media (max-width: 991.98px) {

    .bg-darkblue.section-institutions .block-images:after,
    .bg-darkblue.section-institutions .block-images:before {
        display: block
    }
}

.bg-darkblue.section-institutions .block-images:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#380f17), to(rgba(0, 12, 63, 0)));
    background-image: -webkit-linear-gradient(left, #380f17, rgba(0, 12, 63, 0));
    background-image: -o-linear-gradient(left, #380f17, rgba(0, 12, 63, 0));
    background-image: linear-gradient(90deg, #380f17, rgba(0, 12, 63, 0));
    left: 0
}

.bg-darkblue.section-institutions .block-images:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#380f17), to(rgba(0, 12, 63, 0)));
    background-image: -webkit-linear-gradient(right, #380f17, rgba(0, 12, 63, 0));
    background-image: -o-linear-gradient(right, #380f17, rgba(0, 12, 63, 0));
    background-image: linear-gradient(270deg, #380f17, rgba(0, 12, 63, 0));
    right: 0
}

.bg-darkblue.section-institutions .block-title .section-title {
    color: #e5e7eb;
    line-height: 1.6
}

@media (max-width: 991.98px) {
    .bg-darkblue.section-institutions .block-title {
        display: none
    }
}

.section-institutions .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-institutions .block-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%
}

.section-institutions .block-title.position-top {
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%
}

.section-institutions .block-title.position-hidden {
    display: none
}

.section-institutions .section-title {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 0
}

.section-institutions .block-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 71%;
    flex: 1 1 71%;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .section-institutions .block-images {
        margin-left: 32px
    }
}

.section-institutions .image-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-institutions .image-wrapper img {
    height: auto;
    margin-right: 50px;
    max-height: 36px;
    max-width: 80px
}

@media (max-width: 767.98px) {
    .section-institutions .image-wrapper img {
        margin-right: 40px
    }
}

.bg-none.section-institutions {
    background: transparent
}

.bg-white.section-institutions {
    background: #fff
}

.bg-lightgray.section-institutions {
    background: #f9fafb
}

@media (max-width: 1599.98px) {
    .section-institutions .block-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1199.98px) {
    .section-institutions .block-title {
        -ms-flex-preferred-size: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        margin-bottom: 3rem;
        width: 100%
    }

    .section-institutions .block-images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem
    }

    .section-institutions .block-images .image-wrapper {
        padding-left: 0;
        padding-right: 3rem
    }
}

@media (max-width: 991.98px) {
    .section-institutions {
        padding-bottom: 1.5rem
    }

    .section-institutions .section-title {
        font-size: 18px;
        line-height: 1.4;
        text-align: center
    }
}

.section-hero+.section-institutions.bg-darkblue {
    position: relative
}

.section-hero+.section-institutions.bg-darkblue:before {
    background-color: hsla(0, 0%, 100%, .08);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section-hero+.section-institutions.bg-darkblue .container {
    position: relative
}

@media (max-width: 767.98px) {
    .section-hero+.section-institutions.bg-darkblue .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .section-hero+.section-institutions.bg-darkblue .container .block-images {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    section .btn {
        width: 100%
    }
}

section .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1rem;
    margin-left: -.5rem;
    margin-right: -.5rem
}

section .buttons-wrapper .btn {
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: .5rem
}

section .titles-wrapper .title:after {
    text-align: inherit
}

body footer.section {
    background-color: #f9fafb
}




/*!* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden*/
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media(prefers-reduced-motion:reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    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(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.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 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyIDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    left: auto;
    right: 10px
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyIDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyIDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonLz48L3N2Zz4=)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    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 {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.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 {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.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 {
    display: block;
    margin: 6px 0
}

.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: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.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: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -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;
    width: 100%
}

.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 {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .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-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nIzZjNmM2Yycgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=)
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 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 {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}





input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    color: #333;
    font: 14px Arial, sans-serif;
    padding: 8px 9px
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    outline: none
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
    background: linear-gradient(#fff, #e6e6e6);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    color: #333;
    cursor: pointer;
    font: 14px Arial, sans-serif;
    outline: none;
    overflow: visible;
    padding: 8px 11px;
    text-shadow: 1px 1px #fff
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
    border: 0;
    padding: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    background: #f5f5f5;
    border-color: #ccc;
    box-shadow: none;
    color: #888
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.embed-responsive,
.iframe-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before,
.iframe-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.iframe-responsive .embed-responsive-item,
.iframe-responsive embed,
.iframe-responsive iframe,
.iframe-responsive object,
.iframe-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before,
.iframe-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before,
.iframe-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before,
.iframe-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before,
.iframe-responsive-1by1:before {
    padding-top: 100%
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    width: 100%
}

.table-responsive table {
    margin-bottom: 0;
    width: 100%
}



.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,
.col-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    margin-bottom: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width: 544px) {
    .container {
        max-width: 544px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width: 544px) {

    .container,
    .container-sm,
    .container-xsm {
        max-width: 544px
    }
}

@media(min-width: 768px) {

    .container,
    .container-md,
    .container-sm,
    .container-xsm {
        max-width: 768px
    }
}

@media(min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xsm {
        max-width: 992px
    }
}

@media(min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xsm {
        max-width: 1200px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 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,
.col-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width: 360px) {
    .col-xsm {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xsm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xsm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xsm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xsm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xsm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xsm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xsm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xsm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xsm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xsm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xsm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xsm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xsm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xsm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xsm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xsm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xsm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xsm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xsm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xsm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xsm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xsm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xsm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xsm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xsm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xsm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xsm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xsm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xsm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xsm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xsm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xsm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xsm-0 {
        margin-left: 0
    }

    .offset-xsm-1 {
        margin-left: 8.33333%
    }

    .offset-xsm-2 {
        margin-left: 16.66667%
    }

    .offset-xsm-3 {
        margin-left: 25%
    }

    .offset-xsm-4 {
        margin-left: 33.33333%
    }

    .offset-xsm-5 {
        margin-left: 41.66667%
    }

    .offset-xsm-6 {
        margin-left: 50%
    }

    .offset-xsm-7 {
        margin-left: 58.33333%
    }

    .offset-xsm-8 {
        margin-left: 66.66667%
    }

    .offset-xsm-9 {
        margin-left: 75%
    }

    .offset-xsm-10 {
        margin-left: 83.33333%
    }

    .offset-xsm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 544px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 360px) {
    .text-xsm-left {
        text-align: left !important
    }

    .text-xsm-right {
        text-align: right !important
    }

    .text-xsm-center {
        text-align: center !important
    }
}

@media(min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important
}





.tooltip {
    word-wrap: break-word;
    display: block;
    font-size: .875rem;
    margin: 3px;
    opacity: 0;
    position: absolute;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: 5px
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #3c3f43;
    border-width: .4rem 2.5px 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: 5px;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #3c3f43;
    border-width: 2.5px .4rem 2.5px 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #3c3f43;
    border-width: 0 2.5px .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: 5px;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #3c3f43;
    border-width: 2.5px 0 2.5px .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #3c3f43;
    border-radius: 5px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    width: 18px
}

.tooltip-icon:before {
    content: "?";
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-align: center
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: 10px;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 20px)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 20px);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 20px)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 20px)
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width: 544px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 600px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-content {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 900px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.close {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #380f17;
    display: block;
    font-family: 'macaw', Axiforma, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
    position: relative
}

.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 i,
.h6 i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    color: #1c7d87;
    display: inline-block;
    margin-right: .2em;
    position: relative;
    top: -1px;
    vertical-align: middle
}

.is-dark .h1,
.is-dark .h2,
.is-dark .h3,
.is-dark .h4,
.is-dark .h5,
.is-dark .h6,
.is-dark h1,
.is-dark h2,
.is-dark h3,
.is-dark h4,
.is-dark h5,
.is-dark h6 {
    color: hsla(0, 0%, 100%, .92)
}

.h1,
h1 {
    font-size: 3.5rem;
    letter-spacing: 1.12px;
    line-height: 1.2
}

@media(max-width: 767.98px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-size: 2rem
}

@media(max-width: 767.98px) {

    .h2,
    h2 {
        font-size: 24px
    }
}

.h3,
h3 {
    font-size: 1.5rem
}

@media(max-width: 767.98px) {

    .h3,
    h3 {
        font-size: 20px
    }
}

.h4,
h4 {
    font-size: 1.125rem
}

@media(max-width: 767.98px) {

    .h4,
    h4 {
        font-size: 18px
    }
}

.h5,
h5 {
    font-size: 1rem
}

@media(max-width: 767.98px) {

    .h5,
    h5 {
        font-size: 16px
    }
}

.h6,
h6 {
    font-size: .875rem
}

@media(max-width: 767.98px) {

    .h6,
    h6 {
        font-size: 14px
    }
}

sup {
    vertical-align: super
}

sub,
sup {
    font-size: small
}

sub {
    vertical-align: sub
}

a:not(.btn-main):not(.btn):not(.acccheck) {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

a:not(.btn-main):not(.btn):not(.acccheck) {
    color: #8f0b13;
    text-decoration: none
}

a:not(.btn-main):not(.btn):not(.acccheck):hover {
    color: white;
    text-decoration: none
}

.is-dark a:not(.btn-main):not(.btn):not(.button):not(.acccheck) {
    color: #fb8650
}

.is-dark a:not(.btn-main):not(.btn):not(.button):not(.acccheck):hover {
    color: #5c8edb
}

p {
    margin: 0 0 1.5rem
}

blockquote,
q {
    quotes: none
}

.common-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06)
}

ol,
ul {
    display: block;
    margin: 0 0 1.5rem;
    padding-left: 0;
    position: relative
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-top: 1.5rem
}



ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

footer ul,
header ul {
    margin: 0
}

footer ul ol,
footer ul ul,
header ul ol,
header ul ul {
    padding-top: 0
}

footer ul li,
header ul li {
    margin: 0;
    padding-left: 0
}

.list-dotted>li,
.section.content ul>li {
    padding-left: 24px
}

.list-dotted>li:before,
.section.content ul>li:before {
    background-color: #380f17;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 6px
}

.list-numbered,
.section.content ol {
    counter-reset: list
}

.list-numbered>li,
.section.content ol>li {
    counter-increment: list;
    padding-left: 2rem
}

.list-numbered>li:before,
.section.content ol>li:before {
    color: #380f17;
    content: counter(list) ".";
    display: block;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0
}

body,
html {
    font-size: 16px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #380f17;
    display: block;
    font-family: 'Axiforma', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    min-width: 320px;
    position: relative;
    text-rendering: optimizeLegibility
}

body.is-dark {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, .05))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 12, 63, .08)), to(rgba(0, 12, 63, .08))), #121212;
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05)), -webkit-linear-gradient(bottom, rgba(0, 12, 63, .08), rgba(0, 12, 63, .08)), #121212;
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05)), -o-linear-gradient(bottom, rgba(0, 12, 63, .08), rgba(0, 12, 63, .08)), #121212;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05)), linear-gradient(0deg, rgba(0, 12, 63, .08), rgba(0, 12, 63, .08)), #121212;
    color: hsla(0, 0%, 100%, .65)
}



table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem
}

.section.content table:not(.tablepress):not(.competitors-table) {
    border: 1px solid #e7e7e7;
    width: 100%
}

.section.content table:not(.tablepress):not(.competitors-table) td,
.section.content table:not(.tablepress):not(.competitors-table) th {
    border-bottom: 1px solid #e7e7e7;
    font-weight: inherit;
    padding: 16px;
    text-align: left
}

.section.content table:not(.tablepress):not(.competitors-table) th {
    background-color: #f9fafb;
    color: #380f17;
    font-size: 18px
}

.section.content table:not(.tablepress):not(.competitors-table) th+td {
    border-left: 1px solid #e7e7e7
}





.btn,
.btn-main,
.cta-btn,
.form-button-wrapping,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-flex-item-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: baseline;
    align-self: flex-start;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.6;
    overflow: hidden;
    padding: .75rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

@media(max-width: 991.98px) {

    .btn,
    .btn-main,
    .cta-btn,
    .form-button-wrapping,
    .section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button {
        font-size: 16px;
        padding: 10px 20px
    }
}

.btn-main:focus,
.btn-main:focus-visible,
.btn-main:focus-within,
.btn:focus,
.btn:focus-visible,
.btn:focus-within,
.cta-btn:focus,
.cta-btn:focus-visible,
.cta-btn:focus-within,
.focus.btn,
.focus.btn-main,
.focus.cta-btn,
.focus.form-button-wrapping,
.form-button-wrapping:focus,
.form-button-wrapping:focus-visible,
.form-button-wrapping:focus-within,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .focus.footer-link-button,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:focus,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:focus-visible,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:focus-within {
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 5
}

.btn i,
.btn-main i,
.cta-btn i,
.form-button-wrapping i,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button i {
    margin-right: .5rem
}

.btn i.right,
.btn-main i.right,
.cta-btn i.right,
.form-button-wrapping i.right,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button i.right {
    margin-left: .5rem;
    margin-right: 0
}

.btn i+span,
.btn-main i+span,
.cta-btn i+span,
.form-button-wrapping i+span,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button i+span {
    padding-right: 1em
}

.btn .fab,
.btn-main .fab,
.cta-btn .fab,
.form-button-wrapping .fab,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .fab {
    font-weight: 400
}

.btn .wrapping-content,
.btn-main .wrapping-content,
.cta-btn .wrapping-content,
.form-button-wrapping .wrapping-content,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .wrapping-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.btn .wrapping-content .after,
.btn .wrapping-content .before,
.btn-main .wrapping-content .after,
.btn-main .wrapping-content .before,
.cta-btn .wrapping-content .after,
.cta-btn .wrapping-content .before,
.form-button-wrapping .wrapping-content .after,
.form-button-wrapping .wrapping-content .before,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .wrapping-content .after,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .wrapping-content .before {
    display: block;
    pointer-events: none;
    text-align: center;
    width: 100%
}

.btn .wrapping-content .before,
.btn-main .wrapping-content .before,
.cta-btn .wrapping-content .before,
.form-button-wrapping .wrapping-content .before,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .wrapping-content .before {
    position: relative;
    top: 0
}

.btn .wrapping-content .after,
.btn-main .wrapping-content .after,
.cta-btn .wrapping-content .after,
.form-button-wrapping .wrapping-content .after,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button .wrapping-content .after {
    bottom: -100%;
    position: absolute
}

.btn-main:not(.disabled):focus .wrapping-content .before,
.btn-main:not(.disabled):hover .wrapping-content .before,
.btn:not(.disabled):focus .wrapping-content .before,
.btn:not(.disabled):hover .wrapping-content .before,
.cta-btn:not(.disabled):focus .wrapping-content .before,
.cta-btn:not(.disabled):hover .wrapping-content .before,
.form-button-wrapping:not(.disabled):focus .wrapping-content .before,
.form-button-wrapping:not(.disabled):hover .wrapping-content .before,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:not(.disabled):focus .wrapping-content .before,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:not(.disabled):hover .wrapping-content .before {
    -webkit-animation: slideUPTextBefore .8s forwards;
    -o-animation: slideUPTextBefore .8s forwards;
    animation: slideUPTextBefore .8s forwards
}

.btn-main:not(.disabled):focus .wrapping-content .after,
.btn-main:not(.disabled):hover .wrapping-content .after,
.btn:not(.disabled):focus .wrapping-content .after,
.btn:not(.disabled):hover .wrapping-content .after,
.cta-btn:not(.disabled):focus .wrapping-content .after,
.cta-btn:not(.disabled):hover .wrapping-content .after,
.form-button-wrapping:not(.disabled):focus .wrapping-content .after,
.form-button-wrapping:not(.disabled):hover .wrapping-content .after,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:not(.disabled):focus .wrapping-content .after,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:not(.disabled):hover .wrapping-content .after {
    -webkit-animation: slideUPTextAfter .3s forwards;
    -o-animation: slideUPTextAfter .3s forwards;
    animation: slideUPTextAfter .3s forwards
}

@-webkit-keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@-o-keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@keyframes slideUPTextBefore {
    0% {
        top: 0
    }

    to {
        top: -100px
    }
}

@-webkit-keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@-o-keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes slideUPTextAfter {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

.btn-main:disabled,
.btn:disabled,
.cta-btn:disabled,
.disabled.btn,
.disabled.btn-main,
.disabled.cta-btn,
.disabled.form-button-wrapping,
.disabled.form-button-wrapping.gform_button.button,
.form-button-wrapping.gform_button.button:disabled,
.form-button-wrapping:disabled,
.form-button-wrapping:hover.disabled.gform_button.button>.disabled[type=submit],
.form-button-wrapping:hover.disabled.gform_button.button>:disabled[type=submit],
.form-button-wrapping:hover.disabled>.disabled[type=submit],
.form-button-wrapping:hover.disabled>:disabled[type=submit],
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.footer-link-button,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    background-color: #e5e7eb !important;
    border: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    cursor: not-allowed
}

.btn-main:disabled:hover,
.btn:disabled:hover,
.cta-btn:disabled:hover,
.disabled.btn-main:hover,
.disabled.btn:hover,
.disabled.cta-btn:hover,
.disabled.form-button-wrapping:hover,
.form-button-wrapping:disabled:hover,
.form-button-wrapping:hover.disabled>.disabled:hover[type=submit],
.form-button-wrapping:hover.disabled>:disabled:hover[type=submit],
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.footer-link-button:hover,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled:hover {
    background-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    color: #6b7280
}

.btn-main:disabled.focus>div,
.btn-main:disabled:focus-visible>div,
.btn-main:disabled:focus-within>div,
.btn-main:disabled:focus>div,
.btn:disabled.focus>div,
.btn:disabled:focus-visible>div,
.btn:disabled:focus-within>div,
.btn:disabled:focus>div,
.cta-btn:disabled.focus>div,
.cta-btn:disabled:focus-visible>div,
.cta-btn:disabled:focus-within>div,
.cta-btn:disabled:focus>div,
.disabled.btn-main:focus-visible>div,
.disabled.btn-main:focus-within>div,
.disabled.btn-main:focus>div,
.disabled.btn:focus-visible>div,
.disabled.btn:focus-within>div,
.disabled.btn:focus>div,
.disabled.cta-btn:focus-visible>div,
.disabled.cta-btn:focus-within>div,
.disabled.cta-btn:focus>div,
.disabled.focus.btn-main>div,
.disabled.focus.btn>div,
.disabled.focus.cta-btn>div,
.disabled.focus.form-button-wrapping>div,
.disabled.form-button-wrapping:focus-visible>div,
.disabled.form-button-wrapping:focus-within>div,
.disabled.form-button-wrapping:focus>div,
.form-button-wrapping:disabled.focus>div,
.form-button-wrapping:disabled:focus-visible>div,
.form-button-wrapping:disabled:focus-within>div,
.form-button-wrapping:disabled:focus>div,
.form-button-wrapping:hover.disabled>.disabled.focus[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus-visible[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus-within[type=submit]>div,
.form-button-wrapping:hover.disabled>.disabled:focus[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled.focus[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus-visible[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus-within[type=submit]>div,
.form-button-wrapping:hover.disabled>:disabled:focus[type=submit]>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.focus.footer-link-button>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.footer-link-button:focus-visible>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.footer-link-button:focus-within>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .disabled.footer-link-button:focus>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled.focus>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled:focus-visible>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled:focus-within>div,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:disabled:focus>div {
    color: #6b7280
}

.btn-sm {
    font-size: .875rem;
    padding: .6rem 1rem
}

@media(max-width: 991.98px) {
    .btn-sm {
        font-size: .875rem;
        padding: .5rem .9375rem
    }
}

.btn-lg {
    font-size: 18px;
    padding: 1.25rem 2.5rem
}

@media(max-width: 991.98px) {
    .btn-lg {
        font-size: 16px;
        padding: 15px 1.25rem
    }
}

.btn-block {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.form-button-wrapping {
    padding: 0
}

.form-button-wrapping.gform_button.button {
    background: #380f17;
    padding: 0
}

.form-button-wrapping.gform_button>[type=submit] {
    background: #380f17;
    border: none;
    color: transparent;
    padding: 11px 24px
}

.form-button-wrapping>[type=submit] {
    border: none;
    color: transparent
}

.form-button-wrapping .wrapping-content {
    left: 50%;
    margin-right: -50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form-button-wrapping:hover.gform_button.button>[type=submit],
.form-button-wrapping:hover>[type=submit] {
    border: none
}

.form-button-wrapping:hover.gform_button.button>[type=submit] {
    background: #380f17
}

.btn-primary-darkblue,
.btn.btn-primary-darkblue {
    background-color: #380f17;
    border: 1px solid #380f17;
    color: #fff
}

.btn-primary-white,
.btn.btn-primary-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.btn-secondary-darkblue,
.btn.btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #380f17;
    color: #380f17
}

.btn-secondary-white,
.btn.btn-secondary-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}



ul.block {
    display: block
}

ul.no-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.checklist {
    list-style: none;
    margin-bottom: 0;
    padding-left: 2rem
}

ul.checklist li {
    position: relative
}

ul.checklist li:before {
    background-image: url(../images/fmva-checkmark-white.svg);
    background-size: 16px 14px;
    content: "";
    display: inline-block;
    height: 14px;
    left: -2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px
}

.lead {
    color: #380f17
}

.bg-cover,
.bg-image {
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none
}

.bg-cover-transparency-dark.bg-image:not(.no-color-filter):before,
.bg-cover-transparency.bg-image:not(.no-color-filter):before,
.bg-cover.bg-cover-transparency-dark:not(.no-color-filter):before,
.bg-cover.bg-cover-transparency:not(.no-color-filter):before {
    background-color: rgba(160, 200, 233, .75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bg-line {
    border-top: 1px solid #e7e7e7
}

.bg-white {
    background-color: #fff
}

.bg-light,
.bg-lightest {
    background-color: #e7e7e7
}

.bg-lightest {
    background-color: #f5f5f5
}

.bg-dark {
    background-color: #380f17;
    color: #fff
}

.bg-dark .btn-default,
.bg-dark .btn-primary,
.bg-dark .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.bg-dark .btn-secondary,
.bg-dark .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-dark a:not(.btn-main):not(.btn),
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff
}

.bg-dark a:not(.btn-main):not(.btn):not(.acccheck):active,
.bg-dark a:not(.btn-main):not(.btn):not(.acccheck):focus,
.bg-dark a:not(.btn-main):not(.btn):not(.acccheck):hover {
    text-decoration: none
}

.bg-brand-primary,
.bg-image {
    background-color: #380f17;
    color: #fff
}

.bg-brand-primary .btn-default,
.bg-brand-primary .btn-primary,
.bg-brand-primary .btn-primary-darkblue,
.bg-image .btn-default,
.bg-image .btn-primary,
.bg-image .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.bg-brand-primary .btn-secondary,
.bg-brand-primary .btn-secondary-darkblue,
.bg-image .btn-secondary,
.bg-image .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-brand-primary h1,
.bg-brand-primary h2,
.bg-brand-primary h3,
.bg-brand-primary h4,
.bg-brand-primary h5,
.bg-brand-primary h6,
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.bg-image h6 {
    color: #fff
}

.bg-brand-primary a,
.bg-image a {
    color: #0029d8
}

.bg-brand-primary a:active,
.bg-brand-primary a:focus,
.bg-brand-primary a:hover,
.bg-image a:active,
.bg-image a:focus,
.bg-image a:hover {
    color: #0c3aff;
    text-decoration: none
}

.bg-brand-primary-dark {
    background-color: #1e2a39;
    color: #fff
}

.bg-brand-primary-dark .btn-default,
.bg-brand-primary-dark .btn-primary,
.bg-brand-primary-dark .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1e2a39
}

.bg-brand-primary-dark .btn-secondary,
.bg-brand-primary-dark .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bg-brand-primary-dark a,
.bg-brand-primary-dark h1,
.bg-brand-primary-dark h2,
.bg-brand-primary-dark h3,
.bg-brand-primary-dark h4,
.bg-brand-primary-dark h5,
.bg-brand-primary-dark h6 {
    color: #fff
}

.bg-brand-primary-dark a:active,
.bg-brand-primary-dark a:focus,
.bg-brand-primary-dark a:hover {
    text-decoration: none
}

.bg-image:not(.no-color-filter):before {
    background-color: rgba(160, 200, 233, .85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bg-darkblue {
    background-color: #380f17
}

.inner-wrapper-md {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(min-width: 768px) {
    .inner-wrapper-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        margin-left: 8.33333%;
        max-width: 83.33333%
    }
}

@media(min-width: 992px) {
    .inner-wrapper-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        margin-left: 16.66667%;
        max-width: 66.66667%
    }
}

.inner-wrapper-lg {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(min-width: 992px) {
    .inner-wrapper-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        margin-left: 8.33333%;
        max-width: 83.33333%
    }
}

.discount-text {
    font-size: 80%;
    text-transform: uppercase
}

.break-words {
    word-break: break-all
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    height: auto;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

.swiper-button-next.circle,
.swiper-button-prev.circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #947131;
    border-radius: 42px;
    bottom: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(34, 34, 34, .2);
    box-shadow: 0 0 10px 0 rgba(34, 34, 34, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    justify-content: center;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 42px
}

.swiper-button-next.circle:hover,
.swiper-button-prev.circle:hover {
    background: #f57a16;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-button-next.circle>img,
.swiper-button-prev.circle>img {
    position: relative
}

.swiper-button-next .arrow-left,
.swiper-button-next .arrow-right,
.swiper-button-prev .arrow-left,
.swiper-button-prev .arrow-right {
    background-size: 34px 53px;
    height: 53px;
    width: 34px
}

.swiper-button-next .arrow-left,
.swiper-button-prev .arrow-left {
    background-image: url(../images/arrow-left.svg)
}

.swiper-button-next .arrow-right,
.swiper-button-prev .arrow-right {
    background-image: url(../images/arrow-right.svg)
}

.swiper-button-next {
    right: 0
}

.swiper-button-next.circle {
    margin-right: -50px;
    right: 50%
}

.swiper-button-next.circle>img {
    right: -2px
}

.swiper-button-prev {
    left: 0
}

.swiper-button-prev.circle {
    left: 50%;
    margin-left: -50px
}

.swiper-button-prev.circle>img {
    left: -2px
}

.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hidden {
    display: none !important
}

.not-registered-only,
.registered-only {
    display: none
}

ul.checkmarks {
    list-style: none;
    padding-left: 32px
}

ul.checkmarks li {
    margin-bottom: 14px;
    position: relative
}

ul.checkmarks li:before {
    background-image: url(../images/icon-checkmark-green.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    height: 20px;
    left: -32px;
    position: absolute;
    top: 4px;
    width: 20px
}

.common-shadow {
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2)
}

.perspective-wrap {
    -webkit-perspective: 250px;
    perspective: 250px
}

.towards-effect {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important
}

.towards-effect,
.towards-effect:active,
.towards-effect:focus,
.towards-effect:hover {
    -webkit-font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.towards-effect:active,
.towards-effect:focus,
.towards-effect:hover {
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px)
}

.content .shadow-img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.navbar {
    padding: .5rem 0
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav .nav-item {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0
}

.container .search-form .ajax-search-dropdown {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04), 0 10px 20px rgba(0, 0, 0, .06);
    display: none;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    z-index: 10
}

.container .search-form .ajax-search-dropdown ul {
    display: block;
    margin: 0;
    padding: 0
}

.container .search-form .ajax-search-dropdown ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

.container .search-form .ajax-search-dropdown ul li a {
    color: #380f17;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    white-space: nowrap;
    width: 100%
}

@media(max-width: 767.98px) {
    .container .search-form .ajax-search-dropdown ul li a {
        padding: 0 10px
    }
}

.container .search-form .ajax-search-dropdown ul li a i {
    color: #dddee0;
    font-size: 16px;
    padding-right: 16px
}

@media(max-width: 767.98px) {
    .container .search-form .ajax-search-dropdown ul li a i {
        display: none
    }
}

.container .search-form .ajax-search-dropdown ul li a:hover {
    background: #eefafc;
    color: #1c7d87 !important
}

.container .search-form .ajax-search-dropdown ul li.lesson-itm a {
    color: #727477;
    font-weight: 400
}

.container .search-form .ajax-search-dropdown ul li.lesson-itm a i {
    padding-right: 32px
}

img:not([src]):not([srcset]),
img[src=""],
img[srcset=""] {
    visibility: hidden
}

body .iubenda-tp-btn:not([data-tp-nostyle]) {
    visibility: hidden !important
}

.lazy-scalable-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%
}

.lazy-scalable-image img {
    display: none !important
}

body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=bottom],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=left],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=right],
body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=top],
body.admin-bar .tooltip.bs-tooltip-bottom,
body.admin-bar .tooltip.bs-tooltip-left,
body.admin-bar .tooltip.bs-tooltip-right,
body.admin-bar .tooltip.bs-tooltip-top {
    top: -32px !important
}

@media(max-width: 782px) {

    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=bottom],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=left],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=right],
    body.admin-bar .tooltip.bs-tooltip-auto[x-placement^=top],
    body.admin-bar .tooltip.bs-tooltip-bottom,
    body.admin-bar .tooltip.bs-tooltip-left,
    body.admin-bar .tooltip.bs-tooltip-right,
    body.admin-bar .tooltip.bs-tooltip-top {
        top: -46px !important
    }
}

.bc-separator {
    background-image: url(../images/caret.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px
}

[data-scrolltop_btn] {
    background: #8f0b13;
    border: none;
    border-radius: 50%;
    bottom: 10rem;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 113, 210, .15), 0 3px 6px 0 rgba(50, 113, 210, .1);
    box-shadow: 0 10px 20px 0 rgba(50, 113, 210, .15), 0 3px 6px 0 rgba(50, 113, 210, .1);
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 24px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -o-transform .2s linear;
    width: 48px;
    z-index: 200
}

[data-scrolltop_btn]:hover {
    background: #255bac
}

[data-scrolltop_btn]:active {
    background: #255bac;
    -webkit-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

[data-scrolltop_btn]:before {
    background-image: url(../images/slider-arrow-cards.svg);
    content: "";
    height: 24px;
    left: 25%;
    position: absolute;
    top: 25%;
    -webkit-transform: rotate(-90deg) translate(0);
    -o-transform: rotate(-90deg) translate(0);
    transform: rotate(-90deg) translate(0);
    width: 24px
}

[data-scrolltop_btn]:after {
    bottom: -24px;
    color: #8f0b13;
    content: "Scroll";
    font-size: .875rem;
    font-weight: 700;
    left: 25%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-25%);
    -o-transform: translate(-25%);
    transform: translate(-25%);
    width: 100%
}

.modal-backdrop {
    background-color: #8f0b13;
    bottom: 0;
    left: 0;
    opacity: .5;
    right: 0;
    top: 0;
    z-index: 1051
}

.modal {
    z-index: 1052
}

.load-more {
    color: #8f0b13;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    padding-right: 20px;
    position: relative
}

.load-more:after {
    content: "\f078";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    line-height: 1.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px
}

.load-more .closed {
    display: block
}

.load-more .opened {
    display: none
}

.load-more.active:after {
    content: "\f077"
}

.load-more.active .closed {
    display: none
}

.load-more.active .opened {
    display: block
}

@media(max-width: 767.98px) {
    .show-desktop {
        display: none
    }
}

@media(min-width: 544px) {
    .show-mobile {
        display: none
    }
}

body.page .section.content ol:not(.lower-ol) {
    counter-reset: item !important;
    list-style-type: none !important;
    padding: 0
}

body.page .section.content ol:not(.lower-ol):last-child {
    margin: .5rem 0 0
}

body.page .section.content ol:not(.lower-ol)>li {
    counter-increment: item !important;
    display: table !important;
    margin-bottom: .6em;
    padding-left: 0
}

body.page .section.content ol:not(.lower-ol)>li:before {
    content: counters(item, ".") ". " !important;
    display: table-cell !important;
    padding-right: .6em;
    position: static
}

body.page .section.content ol:not(.lower-ol)>li:not(.lower-ol):last-child {
    margin: 0
}

body.page .section.content ol:not(.lower-ol)>li:not(.lower-ol):before {
    content: counters(item, ".") " " !important
}

body.page .section.content ol:not(.lower-ol)>li ol {
    margin-bottom: .5rem;
    margin-top: .5rem;
    padding-top: 0
}

body.page .section.content ol:not(.lower-ol)>li ol li {
    margin-bottom: .5rem
}

body.page .section.content ol:not(.lower-ol)>li ol li:last-child {
    margin-bottom: 0
}

body.page .section.content ol ol,
body.page .section.content ol ul,
body.page .section.content ul ol,
body.page .section.content ul ul {
    margin-top: .5rem
}

.link-with-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.link-with-icon span {
    color: #8f0b13;
    font-size: 16px;
    font-weight: 700
}

.link-with-icon span,
.link-with-icon svg {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.link-with-icon svg {
    margin-left: 10px
}

.link-with-icon:hover span {
    color: #5c8edb
}

.link-with-icon:hover svg {
    margin-left: 16px
}

.link-with-icon:hover svg path {
    fill: #5c8edb
}

.mfp-wrap {
    z-index: 1043 !important
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    z-index: 5
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container .swiper-button-prev {
    background-image: url(../images/minislider-arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    height: 32px;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: 32px
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-pagination,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-pagination,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
    position: static
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #e5e7eb;
    border-radius: 0;
    height: 2px;
    margin: 0 3px 8px;
    opacity: 1;
    width: 34px
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #380f17
}

.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-next,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container .swiper-button-prev,
body .bg-darkblue .swiper-navbutton-container .swiper-button-next,
body .bg-darkblue .swiper-navbutton-container .swiper-button-prev {
    background-image: url(../images/minislider-arrow-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    height: 32px;
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: 32px
}

.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-pagination,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-pagination,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-pagination,
body .bg-darkblue .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
    position: static
}

.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet,
body .bg-darkblue .swiper-pagination .swiper-pagination-bullet {
    background-color: #6b7280;
    border-radius: 0;
    height: 2px;
    margin: 0 3px 8px;
    opacity: 1;
    width: 34px
}

.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body .bg-darkblue .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.section-courses-filtering .courses-cards-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container,
.section-courses-filtering .courses-filtering-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container,
.section-instructor_slider .instructor-slider-container .bg-darkblue.slider-navigation-container .swiper-navbutton-container,
body .bg-darkblue .swiper-navbutton-container {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-courses-filtering .courses-cards-container .slider-navigation-container,
.section-courses-filtering .courses-filtering-container .slider-navigation-container,
.section-instructor_slider .instructor-slider-container .slider-navigation-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container.prev,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container.prev,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container.prev {
    padding-right: 40px
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container.prev .swiper-button-prev,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container.prev .swiper-button-prev,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container.prev .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-courses-filtering .courses-cards-container .slider-navigation-container .swiper-navbutton-container.next,
.section-courses-filtering .courses-filtering-container .slider-navigation-container .swiper-navbutton-container.next,
.section-instructor_slider .instructor-slider-container .slider-navigation-container .swiper-navbutton-container.next {
    padding-left: 40px
}

section.faq {
    padding: 40px 0
}

@media(min-width: 544px) {
    section.faq {
        padding: 60px 0
    }
}

@media(min-width: 768px) {
    section.faq {
        padding: 80px 0
    }
}

@media(min-width: 1200px) {
    section.faq {
        padding: 100px 0
    }
}

.hide-scroll #beacon-container,
.section.content ul.tabs li:after,
.section.content ul.tabs li:before {
    display: none
}

.form-box,
.section.content #wpseo_sitemap ul li {
    display: block
}

.form-box {
    margin-bottom: 1rem;
    position: relative
}

.card.form-box {
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 540px;
    padding: 3rem
}

.form-box .items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -.5rem;
    position: relative
}

.form-box .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 1rem;
    padding: 0 .5rem;
    width: 100%
}

.form-box .item:empty {
    margin-bottom: 0
}

.form-box .item.half {
    width: 50%
}

.form-box .has-error .label {
    color: #c32828
}

.form-box .has-error input,
.form-box .has-error textarea {
    border-color: #c32828
}

.form-box .field.row {
    margin-bottom: -1rem;
    margin-top: .5rem
}

.form-box .error {
    color: #c32828;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px
}

.form-box .content {
    font-size: 16px;
    margin-bottom: 1.5rem
}

.form-box .content p {
    margin-bottom: 1rem
}

.form-box .content p:empty,
.form-box .content p:last-child {
    margin-bottom: 0
}

.form-box .checkbox,
.form-box .radiobox,
.form-box .switcher {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1rem
}

.form-box .link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px
}

@media(max-width: 991px) {
    .form-box .field.row {
        margin-bottom: -1rem;
        margin-top: 0
    }

    .form-box .label {
        font-size: 16px;
        line-height: 1.5
    }

    .form-box .content {
        margin-bottom: 1rem
    }

    .form-box .buttons {
        margin-top: .75rem
    }
}

.btn,
.btn-darkblue,
.btn-default,
.btn-default-gradient,
.btn-linkedin,
.btn-primary,
.btn.btn-darkblue,
.btn.btn-default,
.btn.btn-default-gradient,
.btn.btn-linkedin,
.btn.btn-primary,
.cta-btn,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button {
    background-color: #380f17;
    border: 1px solid #380f17;
    color: #fff
}

.btn-blue,
.btn-secondary,
.btn-white,
.btn.btn-blue,
.btn.btn-secondary,
.btn.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.btn-blue-transparent,
.btn-secondary-blue,
.btn-secondary-blue-regular,
.btn-secondary-blue-small,
.btn-transparent,
.btn.btn-blue-transparent,
.btn.btn-secondary-blue,
.btn.btn-transparent {
    background-color: transparent;
    border: 1px solid #380f17;
    color: #380f17
}

.btn-main,
.btn-transparent-action,
.btn-transparent-orange,
.btn-transparent-white,
.btn.btn-main,
.btn.btn-transparent-action,
.btn.btn-transparent-orange,
.btn.btn-transparent-white,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-gold,
.btn.btn-gold {
    background-color: #947131;
    border: 1px solid #947131;
    color: #fff
}

.btn-warning,
.btn.btn-warning {
    background-color: #947131;
    border: 1px solid #947131;
    color: #4a4a4a
}

.btn-secondary-blue-small {
    font-size: 16px;
    padding: .38rem 1rem
}

.btn-secondary-blue-regular {
    padding: .63rem 2rem
}

.search-form .btn-default {
    padding-bottom: .45em;
    padding-top: .45em
}

@media(min-width: 768px) {
    .section:not(.splash) .view-courses-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        white-space: normal;
        width: 260px
    }
}

.centered-button-wrapper {
    margin-top: 2rem;
    padding: 0 15px;
    text-align: center;
    width: 100%
}

@media(max-width: 359.98px) {
    .centered-button-wrapper {
        margin-top: 1rem
    }
}

.entry-share-btns li {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    font-size: .875rem;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out
}

.entry-share-btns li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    justify-items: center;
    line-height: 20px;
    padding: 5px
}

.entry-share-btns li a b {
    display: none
}

.sharing {
    display: block;
    margin-top: 4rem
}

.sharing ul.social-share-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: -1rem;
    padding-left: 0
}

.sharing ul.social-share-btns li {
    margin-bottom: 16px;
    margin-right: 16px;
    padding-left: 0
}

.sharing ul.social-share-btns li:before {
    display: none
}

.sharing ul.social-share-btns li img {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.sharing ul.social-share-btns li img:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.sharing ul.social-share-btns li.social-share-title {
    margin-right: 32px
}

@media(max-width: 991.98px) {
    .sharing ul.social-share-btns li.social-share-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
}

.sharing ul.social-share-btns li.social-share-title span {
    color: #380f17;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.btn-video-play {
    background-image: url(../images/video-play.svg);
    background-size: 75px 75px;
    display: inline-block;
    height: 75px;
    opacity: .6;
    position: relative;
    width: 75px
}

.btn-video-play.pulse:after {
    -webkit-animation: video-play-pulse 1s ease-out;
    -o-animation: video-play-pulse 1s ease-out;
    animation: video-play-pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 5px #fff;
    box-shadow: 0 0 1px 5px #fff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

@-webkit-keyframes video-play-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-o-keyframes video-play-pulse {
    0% {
        opacity: 0;
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes video-play-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.btn-link-arrow {
    color: #8f0b13;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    position: relative
}

.btn-link-arrow:hover {
    color: #8f0b13
}

.btn-link-arrow.small {
    font-size: .875rem;
    line-height: 2.06
}

.btn-link-arrow.left:after,
.btn-link-arrow.right:after {
    background-image: url(../images/long-arrow-right-blue30.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    min-height: 16px;
    position: absolute;
    top: 0;
    -webkit-transition: left .3s, padding-right .3s;
    -o-transition: left .3s, padding-right .3s;
    transition: left .3s, padding-right .3s;
    width: 16px
}

.btn-link-arrow.right {
    padding-right: 22px
}

.btn-link-arrow.right:after {
    right: 0
}

.btn-link-arrow.right:hover {
    padding-right: 26px
}

.btn-link-arrow.left {
    padding-left: 22px
}

.btn-link-arrow.left:after {
    left: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-link-arrow.left:hover:after {
    left: -4px
}

a.action-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8f0b13;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none !important
}

a.action-link span {
    display: inline-block;
    padding-right: 10px;
    -webkit-transition: padding-right .2s ease;
    -o-transition: padding-right .2s ease;
    transition: padding-right .2s ease
}

a.action-link:hover {
    color: #8f0b13
}

a.action-link:hover span {
    padding-right: 1rem
}

a.action-link:after {
    background-image: url(../images/link-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    -webkit-transition: margin-left .2s ease;
    -o-transition: margin-left .2s ease;
    transition: margin-left .2s ease;
    width: 24px
}

a.action-link:hover:after {
    margin-left: 1rem
}

a#bbblink {
    color: #005a78;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none
}

a#bbblink img {
    border: 0;
    left: 0;
    margin-left: 0;
    max-width: 200%;
    position: absolute;
    top: 0;
    width: 200%
}

a#bbblink.cshzbal,
a#bbblink.cshzbul {
    height: 61px;
    width: 293px
}

a#bbblink.cuvtbas,
a#bbblink.cuvtbus {
    height: 134px;
    width: 63px
}

a#bbblink.cuvtbam,
a#bbblink.cuvtbum {
    height: 145px;
    width: 69px
}

a#bbblink.cuvtbal,
a#bbblink.cuvtbul {
    height: 171px;
    width: 81px
}

a#bbblink.cuhzbas,
a#bbblink.cuhzbus {
    height: 50px;
    width: 96px
}

a#bbblink.cuhzbam,
a#bbblink.cuhzbum {
    height: 70px;
    width: 137px
}

a#bbblink.cuhzbal,
a#bbblink.cuhzbul {
    height: 82px;
    width: 160px
}

a#bbblink.ruvtbas,
a#bbblink.ruvtbus {
    height: 75px;
    width: 40px
}

a#bbblink.csvtbas,
a#bbblink.csvtbus {
    height: 100px;
    width: 153px
}

a#bbblink.csvtbam,
a#bbblink.csvtbum {
    height: 110px;
    width: 158px
}

a#bbblink.csvtbal,
a#bbblink.csvtbul {
    height: 130px;
    width: 187px
}

a#bbblink.cshzbas,
a#bbblink.cshzbus {
    height: 42px;
    width: 200px
}

a#bbblink.cshzbam,
a#bbblink.cshzbum {
    height: 52px;
    width: 250px
}

a#bbblink.ruhzbam,
a#bbblink.ruhzbum {
    height: 69px;
    width: 150px
}

a#bbblink.rbvtbam,
a#bbblink.rbvtbum,
a#bbblink.sevtbam,
a#bbblink.sevtbum {
    height: 98px;
    width: 60px
}

a#bbblink.rbvtbam:hover img,
a#bbblink.rbvtbum:hover img,
a#bbblink.ruvtbam:hover img,
a#bbblink.ruvtbum:hover img,
a#bbblink.sevtbam:hover img,
a#bbblink.sevtbum:hover img {
    margin-left: -60px
}

a#bbblink.ruvtbam,
a#bbblink.ruvtbum {
    height: 110px;
    width: 60px
}

a#bbblink.rbhzbas,
a#bbblink.rbhzbus,
a#bbblink.sehzbas,
a#bbblink.sehzbus {
    height: 38px;
    width: 100px
}

a#bbblink.rbhzbas:hover img,
a#bbblink.rbhzbus:hover img,
a#bbblink.ruhzbas:hover img,
a#bbblink.ruhzbus:hover img,
a#bbblink.sehzbas:hover img,
a#bbblink.sehzbus:hover img {
    margin-left: -100px
}

a#bbblink.ruhzbas,
a#bbblink.ruhzbus {
    height: 48px;
    width: 100px
}

a#bbblink.rbvtbas,
a#bbblink.rbvtbus,
a#bbblink.sevtbas,
a#bbblink.sevtbus {
    height: 65px;
    width: 40px
}

a#bbblink.rbvtbas:hover img,
a#bbblink.rbvtbus:hover img,
a#bbblink.ruvtbas:hover img,
a#bbblink.ruvtbus:hover img,
a#bbblink.sevtbas:hover img,
a#bbblink.sevtbus:hover img {
    margin-left: -40px
}

a#bbblink.rbhzbal,
a#bbblink.rbhzbul,
a#bbblink.sehzbal,
a#bbblink.sehzbul {
    height: 76px;
    width: 200px
}

a#bbblink.rbhzbal:hover img,
a#bbblink.rbhzbul:hover img,
a#bbblink.ruhzbal:hover img,
a#bbblink.ruhzbul:hover img,
a#bbblink.sehzbal:hover img,
a#bbblink.sehzbul:hover img {
    margin-left: -200px
}

a#bbblink.ruhzbal,
a#bbblink.ruhzbul {
    height: 90px;
    width: 200px
}

a#bbblink.rbvtbal,
a#bbblink.rbvtbul,
a#bbblink.sevtbal,
a#bbblink.sevtbul {
    height: 132px;
    width: 80px
}

a#bbblink.rbvtbal:hover img,
a#bbblink.rbvtbul:hover img,
a#bbblink.ruvtbal:hover img,
a#bbblink.ruvtbul:hover img,
a#bbblink.sevtbal:hover img,
a#bbblink.sevtbul:hover img {
    margin-left: -80px
}

a#bbblink.ruvtbal,
a#bbblink.ruvtbul {
    height: 144px;
    width: 80px
}

a#bbblink.rbhzbam,
a#bbblink.rbhzbum,
a#bbblink.sehzbam,
a#bbblink.sehzbum {
    height: 57px;
    width: 150px
}

a#bbblink.rbhzbam:hover img,
a#bbblink.rbhzbum:hover img,
a#bbblink.ruhzbam:hover img,
a#bbblink.ruhzbum:hover img,
a#bbblink.sehzbam:hover img,
a#bbblink.sehzbum:hover img {
    margin-left: -150px
}

.banner-card--course-category,
.banner-card--program,
.banner-card--vocab,
.banner-card-b2b {
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 3rem;
    position: relative
}

.banner-card--course-category .card-content,
.banner-card--program .card-content,
.banner-card--vocab .card-content,
.banner-card-b2b .card-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-card--course-category .card-content,
.banner-card--course-category .card-content--top,
.banner-card--program .card-content,
.banner-card--program .card-content--top,
.banner-card--vocab .card-content,
.banner-card--vocab .card-content--top,
.banner-card-b2b .card-content,
.banner-card-b2b .card-content--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-card--course-category .card-content--bottom,
.banner-card--program .card-content--bottom,
.banner-card--vocab .card-content--bottom,
.banner-card-b2b .card-content--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-card--course-category .card-content .title,
.banner-card--program .card-content .title,
.banner-card--vocab .card-content .title,
.banner-card-b2b .card-content .title {
    color: #380f17;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 1rem
}

.banner-card--course-category .card-content .description,
.banner-card--program .card-content .description,
.banner-card--vocab .card-content .description,
.banner-card-b2b .card-content .description {
    color: #380f17;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem
}

@media(max-width: 991.98px) {

    .banner-card--course-category,
    .banner-card--program,
    .banner-card--vocab,
    .banner-card-b2b {
        padding: 2rem
    }
}

@media(max-width: 767.98px) {

    .banner-card--course-category,
    .banner-card--program,
    .banner-card--vocab,
    .banner-card-b2b {
        padding: 24px
    }
}

.banner-card--program.program-type-program {
    background-color: #380f17;
    min-height: 260px
}

.banner-card--program.program-type-program .btn-default,
.banner-card--program.program-type-program .btn-primary,
.banner-card--program.program-type-program .btn-primary-darkblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #380f17
}

.banner-card--program.program-type-program .btn-secondary,
.banner-card--program.program-type-program .btn-secondary-darkblue {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.banner-card--program.program-type-program .card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 402px);
    flex: 0 0 calc(100% - 402px)
}

.banner-card--program.program-type-program .card-content .description,
.banner-card--program.program-type-program .card-content .title {
    color: #fff
}

.banner-card--program.program-type-program .images {
    bottom: -1px;
    position: absolute;
    right: 64px;
    width: 324px
}

.banner-card--program.program-type-program .images .icon {
    bottom: 64px;
    height: 100px;
    left: -60px;
    position: absolute;
    width: 120px;
    z-index: 2
}

.banner-card--program.program-type-program .images .icon img {
    height: 100%;
    max-width: 100%;
    width: auto
}

.banner-card--program.program-type-program .images .image {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.banner-card--program.program-type-program .images .image img {
    bottom: -25px;
    height: auto;
    position: absolute;
    width: 100%
}

@media(max-width: 991.98px) {
    .banner-card--program.program-type-program {
        min-height: 220px
    }

    .banner-card--program.program-type-program .card-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 216px);
        flex: 0 0 calc(100% - 216px)
    }

    .banner-card--program.program-type-program .images {
        height: 156px;
        position: absolute;
        right: 2rem;
        top: 2rem;
        width: 200px
    }

    .banner-card--program.program-type-program .images .icon {
        bottom: 10px;
        height: 57px;
        left: -34px;
        position: absolute;
        width: 68px
    }

    .banner-card--program.program-type-program .images .image {
        bottom: auto;
        position: relative;
        right: auto;
        width: auto
    }

    .banner-card--program.program-type-program .images .image img {
        bottom: auto;
        max-height: 156px;
        position: relative;
        width: auto
    }
}

@media(max-width: 767.98px) {
    .banner-card--program.program-type-program {
        min-height: 151px
    }

    .banner-card--program.program-type-program .card-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 92px);
        flex: 0 0 calc(100% - 92px)
    }

    .banner-card--program.program-type-program .card-content .title {
        font-size: 18px;
        margin-bottom: 8px
    }

    .banner-card--program.program-type-program .card-content--bottom .btn {
        font-size: 1rem;
        min-width: auto;
        padding: 5px 1rem
    }

    .banner-card--program.program-type-program .images {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100% - 26px);
        position: absolute;
        right: -79px;
        top: 13px;
        width: 158px
    }

    .banner-card--program.program-type-program .images,
    .banner-card--program.program-type-program .images .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .banner-card--program.program-type-program .images .image img {
        bottom: auto;
        max-height: 124px;
        position: relative;
        width: auto
    }

    .banner-card--program.program-type-program .images .icon {
        height: 47px;
        left: -27px;
        width: 55px
    }

    .banner-card--program.banner-card.program-type-specialization {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .banner-card--program.banner-card.program-type-specialization .images {
        margin-bottom: 16px;
        text-align: center;
        width: 100%
    }

    .banner-card--program.banner-card.program-type-specialization .images .icon {
        margin: auto
    }
}

.banner-card--program.program-type-bundle,
.banner-card--program.program-type-specialization {
    padding: 2rem
}

.banner-card--program.program-type-bundle .card-content,
.banner-card--program.program-type-specialization .card-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2rem
}

.banner-card--program.program-type-bundle .card-content .title,
.banner-card--program.program-type-specialization .card-content .title {
    margin-bottom: .5rem
}

.banner-card--program.program-type-bundle .card-content .description,
.banner-card--program.program-type-specialization .card-content .description {
    color: #6b7280;
    line-height: 1.5525;
    margin-bottom: 1.625rem
}

.banner-card--program.program-type-bundle .card-content .btn,
.banner-card--program.program-type-specialization .card-content .btn {
    font-size: 1rem;
    padding: 9px 16px
}

.banner-card--program.program-type-bundle .images,
.banner-card--program.program-type-specialization .images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 164px;
    flex: 0 0 164px;
    width: 164px
}

.banner-card--program.program-type-bundle .images .icon,
.banner-card--program.program-type-specialization .images .icon {
    height: 172px;
    width: 164px
}

.banner-card--program.program-type-bundle .images .icon img,
.banner-card--program.program-type-specialization .images .icon img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(max-width: 991.98px) {

    .banner-card--program.program-type-bundle .images,
    .banner-card--program.program-type-specialization .images {
        -ms-flex-preferred-size: 119px;
        flex-basis: 119px;
        width: 119px
    }

    .banner-card--program.program-type-bundle .images .icon,
    .banner-card--program.program-type-specialization .images .icon {
        height: 124px;
        width: 119px
    }
}

@media(max-width: 767.98px) {

    .banner-card--program.program-type-bundle,
    .banner-card--program.program-type-specialization {
        padding: 1.5rem
    }

    .banner-card--program.program-type-bundle .title,
    .banner-card--program.program-type-specialization .title {
        font-size: 18px
    }

    .banner-card--program.program-type-bundle .images,
    .banner-card--program.program-type-specialization .images {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        width: 100px
    }

    .banner-card--program.program-type-bundle .images .icon,
    .banner-card--program.program-type-specialization .images .icon {
        height: 104px;
        width: 100px
    }
}

.banner-card--vocab {
    background-color: #f1f2f3
}

.banner-card--vocab .card-content--bottom .link {
    color: #8f0b13;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    position: relative
}

.banner-card--vocab .card-content--bottom .link:after {
    content: "\f178";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    position: absolute;
    right: -22px;
    top: 0
}

.banner-card-b2b {
    background-color: #380f17;
    overflow: hidden
}

.banner-card-b2b .card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 633px);
    flex: 0 0 calc(100% - 633px)
}

.banner-card-b2b .card-content .title {
    color: #fff;
    margin-bottom: 2rem
}

.banner-card-b2b .card-content .description {
    color: #fff
}

.banner-card-b2b .card-content--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.banner-card-b2b .card-content--bottom .btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #380f17;
    font-weight: 700;
    min-width: 165px
}

.banner-card-b2b .card-content--bottom img {
    height: 48px;
    margin-left: 32px;
    width: 195px
}

.banner-card-b2b .images {
    bottom: -1px;
    height: 100%;
    position: absolute;
    right: -1px;
    width: 567px
}

.banner-card-b2b .images .image {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.banner-card-b2b .images .image img {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%
}

@media(max-width: 1199.98px) {
    .banner-card-b2b .card-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 536px);
        flex: 0 0 calc(100% - 536px)
    }

    .banner-card-b2b .images {
        width: 460px
    }
}

@media(max-width: 991.98px) {
    .banner-card-b2b .card-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .banner-card-b2b .images {
        display: none
    }
}

@media(max-width: 767.98px) {
    .banner-card-b2b .card-content--top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .banner-card-b2b .card-content--top .logo {
        height: 48px;
        margin-bottom: 1rem;
        width: auto
    }

    .banner-card-b2b .images {
        display: none
    }
}

.banner-card--course-category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #380f17;
    justify-content: center;
    overflow: hidden
}

.banner-card--course-category .card-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 30%
}

.banner-card--course-category .card-content .title {
    color: #fff;
    margin-bottom: 1rem
}

.banner-card--course-category .card-content .description {
    color: #fff
}

.banner-card--course-category .card-content--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.banner-card--course-category .card-content--bottom .btn {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    color: #380f17;
    font-weight: 700;
    line-height: 1.6;
    min-width: 165px
}

.banner-card--course-category .card-content--bottom img {
    height: 48px;
    margin-left: 32px;
    width: 195px
}

@media(max-width: 991.98px) {
    .banner-card--course-category .card-content {
        width: 50%
    }
}

@media(max-width: 767.98px) {
    .banner-card--course-category .card-content {
        width: 100%
    }
}

.banner-card--course-category .banner-image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 37%
}

.banner-card--course-category .banner-image--left {
    background-position: right 0;
    left: 0
}

.banner-card--course-category .banner-image--right {
    background-position: left 0;
    right: 0
}

@media(max-width: 767.98px) {
    .banner-card--course-category .banner-image {
        display: none
    }
}

.section-instructor_slider {
    background-color: #f9fafb;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-instructor_slider {
        padding: 80px 0 60px
    }
}

@media(max-width: 991.98px) {
    .section-instructor_slider {
        padding: 60px 0 40px
    }
}

@media(max-width: 767.98px) {
    .section-instructor_slider {
        padding: 64px 0
    }
}

.section-instructor_slider .titles-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width: 992px) {
    .section-instructor_slider .titles-wrapper {
        max-width: 100%
    }
}

.section-instructor_slider .titles-wrapper .title {
    color: #380f17;
    text-align: left
}

.section-instructor_slider .titles-wrapper .title:after {
    text-align: left
}

@media(max-width: 991.98px) {
    .section-instructor_slider .titles-wrapper .title {
        margin-bottom: 16px
    }
}

.section-instructor_slider .titles-wrapper .subtitle {
    color: #380f17;
    font-size: 16px;
    text-align: left
}

.section-instructor_slider .titles-wrapper .subtitle,
.section-instructor_slider .titles-wrapper .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(max-width: 991.98px) {

    .section-instructor_slider .titles-wrapper .subtitle,
    .section-instructor_slider .titles-wrapper .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-instructor_slider .instructor-slider-wrapper {
    margin-top: 56px
}

@media(max-width: 991.98px) {
    .section-instructor_slider .instructor-slider-wrapper {
        margin-top: 32px
    }
}

@media(max-width: 767.98px) {
    .section-instructor_slider .instructor-slider-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.section-instructor_slider .instructor-slider-wrapper .swiper-wrapper {
    padding-bottom: 24px
}

.section-instructor_slider .instructor-card-wrapper {
    height: 100%;
    padding: 8px 8px 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.section-instructor_slider .instructor-card-wrapper:hover {
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.section-instructor_slider .instructor-slider-container {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 40px;
    position: relative
}

@media(max-width: 991.98px) {
    .section-instructor_slider .instructor-slider-container {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 24px
    }
}

.section-instructor_slider .instructor-slider-container .swiper-container {
    padding-left: 8px;
    padding-right: 8px;
    position: relative
}

.section-instructor_slider .instructor-slider-container .swiper-container:after,
.section-instructor_slider .instructor-slider-container .swiper-container:before {
    background: #f9fafb;
    bottom: 0;
    content: "";
    display: none;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 2
}

.section-instructor_slider .instructor-slider-container .swiper-container:before {
    left: 0
}

.section-instructor_slider .instructor-slider-container .swiper-container:after {
    right: 0
}

@media(min-width: 768px) {

    .section-instructor_slider .instructor-slider-container .swiper-container:after,
    .section-instructor_slider .instructor-slider-container .swiper-container:before {
        display: block
    }
}

@media(max-width: 767.98px) {
    .section-instructor_slider .instructor-slider-container .slider-navigation-container {
        display: none
    }
}

.section-instructor_slider .instructor-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative
}

.section-instructor_slider .instructor-card .url {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section-instructor_slider .instructor-card .image {
    height: 256px;
    width: 211.86px
}

@media(max-width: 991.98px) {
    .section-instructor_slider .instructor-card .image {
        height: auto;
        width: 100%
    }
}

.section-instructor_slider .instructor-card .image:not([style]) {
    background-image: url(../images/cfi-loader.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 64px
}

.section-instructor_slider .instructor-card .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 12px
}

.section-instructor_slider .instructor-card .info .name {
    color: #380f17;
    display: inline;
    font-size: 16px;
    font-weight: 700
}

.section-instructor_slider .instructor-card .info .job {
    color: #6b7280;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px
}

.section-instructor_slider .buttons-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.section-learning_features {
    background-color: #fff;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-learning_features {
        padding: 80px 0
    }
}

@media(max-width: 991.98px) {
    .section-learning_features {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    .section-learning_features {
        padding: 40px 0
    }
}

.section-learning_features h2 {
    margin: 0 auto 64px;
    text-align: center
}

@media(min-width: 992px) {
    .section-learning_features h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media(max-width: 991.98px) {
    .section-learning_features h2 {
        margin-bottom: 40px
    }
}

.section-learning_features .row {
    margin: 0 -15px -32px
}

@media(min-width: 768px) {
    .section-learning_features .row {
        margin: 0 -16px -32px
    }
}

.section-learning_features .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 48px;
    text-align: center;
    width: 100%
}

@media(min-width: 992px) {
    .section-learning_features .single-feature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-learning_features .single-feature .feature-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 24px;
    max-width: 64px;
    width: 100%
}

.section-learning_features .single-feature .feature-icon:not(:last-child) {
    margin-bottom: 8px
}

.section-learning_features .single-feature .feature-icon img {
    height: auto;
    max-width: 100%
}

.section-learning_features .single-feature .feature-info {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    width: 100%
}

.section-learning_features .single-feature .feature-title {
    color: #380f17;
    font-size: 24px
}

@media(max-width: 991.98px) {
    .section-learning_features .single-feature .feature-title {
        font-size: 20px
    }
}

.section-learning_features .single-feature .feature-title:not(:last-child) {
    margin-bottom: 16px
}

.section-learning_features .single-feature .feature-description {
    font-size: 16px;
    line-height: 1.6
}

.section-learning_features .single-feature .feature-link-wrapper {
    margin-top: 16px
}

.section-learning_features .single-feature .feature-link-wrapper .feature-link {
    font-size: 18px
}

@media(max-width: 991.98px) {
    .section-learning_features .single-feature .feature-link-wrapper .feature-link {
        font-size: 16px
    }
}

.section-target-audience {
    background-color: #fff;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-target-audience {
        padding: 80px 0
    }
}

@media(max-width: 991.98px) {
    .section-target-audience {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    .section-target-audience {
        padding: 40px 0
    }
}

.section-learning_features+.section-target-audience {
    padding-top: 0
}

.section-target-audience .title {
    margin-bottom: 64px;
    text-align: center
}

.section-target-audience .title h2 {
    margin-bottom: 16px
}

.section-target-audience .title h2:last-child {
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .section-target-audience .title {
        margin-bottom: 40px
    }
}

.section-target-audience .cards-wrapper {
    margin: 0 -16px -32px
}

.section-target-audience .block-wrapper {
    padding: 0 16px 32px
}

@media(min-width: 768px) {
    .section-target-audience .block-wrapper {
        width: 50%
    }
}

.section-target-audience .card-block {
    background-color: #f1f2f3;
    border-radius: 8px;
    padding: 32px;
    position: relative
}

@media(max-width: 991.98px) {
    .section-target-audience .card-block {
        padding: 16px
    }
}

.section-target-audience .card-block.bg-green {
    background-color: #106268
}

.section-target-audience .card-block.bg-darkblue {
    background-color: #380f17
}

.section-target-audience .card-block .card-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 8px;
    margin-bottom: 24px;
    padding-bottom: 45%;
    -webkit-transition: background-size .2s;
    -o-transition: background-size .2s;
    transition: background-size .2s;
    width: 100%
}

@media(min-width: 992px) {
    .section-target-audience .card-block .card-image {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -16px;
        width: calc(100% + 32px)
    }
}

.section-target-audience .card-block .card-title {
    color: #380f17;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 16px
}

@media(max-width: 767.98px) {
    .section-target-audience .card-block .card-title {
        font-size: 18px
    }
}

.section-target-audience .card-block .card-link-wrapper {
    color: #380f17;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 16px;
    position: relative
}

@media(max-width: 767.98px) {
    .section-target-audience .card-block .card-link-wrapper {
        font-size: 16px
    }
}

.section-target-audience .card-block .card-link-wrapper:after {
    background-image: url(../images/arrow-right-darkblue.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 0;
    -webkit-transition: margin-left .2s ease;
    -o-transition: margin-left .2s ease;
    transition: margin-left .2s ease;
    width: 16px
}

.section-target-audience .card-block:hover .card-link-wrapper:after {
    margin-left: 8px
}

.section-target-audience .card-block.bg-darkblue .card-description,
.section-target-audience .card-block.bg-darkblue .card-title,
.section-target-audience .card-block.bg-green .card-description,
.section-target-audience .card-block.bg-green .card-title {
    color: #fff
}

.section-target-audience .card-block.bg-darkblue .card-link-wrapper,
.section-target-audience .card-block.bg-green .card-link-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 16px
}

.section-target-audience .card-block.bg-darkblue .card-link-wrapper .card-link-imitation,
.section-target-audience .card-block.bg-green .card-link-wrapper .card-link-imitation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.section-target-audience .card-block.bg-darkblue .card-link-wrapper:after,
.section-target-audience .card-block.bg-green .card-link-wrapper:after {
    background-color: #fff;
    background-image: url(../images/double-arrow.svg);
    background-position: -28px 50%;
    background-size: 56px 16px;
    border-radius: 50%;
    height: 40px;
    margin-left: 0 !important;
    -webkit-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .2s;
    width: 40px
}

.section-target-audience .card-block.bg-darkblue .card-link-wrapper:before,
.section-target-audience .card-block.bg-green .card-link-wrapper:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 104px
}

.section-target-audience .card-block .card-link {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section-target-audience .card-block:hover .card-image {
    background-size: 102% auto
}

.section-target-audience .card-block:hover.bg-darkblue .card-link-wrapper:after,
.section-target-audience .card-block:hover.bg-green .card-link-wrapper:after {
    background-position: 12px 50%
}

.section-ratings_slider {
    background-color: #fff;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-ratings_slider {
        padding: 80px 0
    }
}

@media(max-width: 991.98px) {
    .section-ratings_slider {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    .section-ratings_slider {
        padding: 40px 0
    }
}

.section-target-audience+.section-ratings_slider {
    padding-top: 0
}

.section-ratings_slider .section-title-container {
    color: #380f17;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 48px;
    text-align: center
}

@media(max-width: 991.98px) {
    .section-ratings_slider .section-title-container {
        font-size: 18px
    }
}

.section-ratings_slider .section-title-container .icon-in-title {
    display: inline-block;
    height: 22px;
    margin-right: 12px;
    width: 22px
}

.section-ratings_slider .section-title-container h2 {
    display: inline;
    font-size: inherit;
    margin: 0
}

.section-ratings_slider .ratings-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.section-ratings_slider .ratings-container:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.section-ratings_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.section-ratings_slider .single-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #380f17;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    width: auto
}

@media(max-width: 991.98px) {
    .section-ratings_slider .single-rating {
        font-size: 18px
    }
}

.section-ratings_slider .single-rating .rating-stars .star-score {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.section-ratings_slider .single-rating .rating-stars .star-score .progress {
    color: #e5e7eb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-right: 8px;
    position: relative
}

.section-ratings_slider .single-rating .rating-stars .star-score .progress .percent:before,
.section-ratings_slider .single-rating .rating-stars .star-score .progress:before {
    content: "\e28b\00a0\e28b\00a0\e28b\00a0\e28b\00a0\e28b";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-ratings_slider .single-rating .rating-stars .star-score .percent {
    color: #947131;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.section-ratings_slider .single-rating .rating-stars .star-score .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 14px
}

.section-ratings_slider .rating-quote {
    display: inline-block;
    padding-right: 64px
}

.section-courses-filtering .loading.courses-filtering-container {
    position: relative
}

.section-courses-filtering .loading.courses-filtering-container:before {
    background-color: rgba(249, 250, 251, .5);
    background-image: url(../images/cfi-loader.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 64px;
    bottom: 0;
    content: "";
    cursor: wait;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.section-courses-filtering .course-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 10px 20px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease-in-out;
    -o-transition: box-shadow .2s ease, -o-transform .2s ease-in-out;
    transition: box-shadow .2s ease, transform .2s ease-in-out;
    transition: box-shadow .2s ease, transform .2s ease-in-out, -webkit-box-shadow .2s ease, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out
}

.section-courses-filtering .course-card:hover {
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.section-courses-filtering .course-card .star-score {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.section-courses-filtering .course-card .star-score .progress {
    color: #e5e7eb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-right: 8px;
    position: relative
}

.section-courses-filtering .course-card .star-score .progress .percent:before,
.section-courses-filtering .course-card .star-score .progress:before {
    content: "\e28b\00a0\e28b\00a0\e28b\00a0\e28b\00a0\e28b";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-courses-filtering .course-card .star-score .percent {
    color: #947131;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.section-courses-filtering .course-card .star-score .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 14px
}

.section-courses-filtering .course-card .course-url {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.section-courses-filtering .course-card .course-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 10px 0
}

.section-courses-filtering .course-card .course-name {
    color: #380f17;
    font-weight: 700;
    margin-bottom: 8px
}

.section-courses-filtering .course-card .card-image-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    align-items: center;
    background-color: #380f17;
    background-image: url(../images/home-course-card-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 148px;
    padding: 16px 20px;
    position: relative
}

.section-courses-filtering .course-card .card-image-container .card-image-content {
    margin-left: 20%;
    margin-right: 10%;
    max-width: 70%
}

.section-courses-filtering .course-card .card-image-container .card-image-content.with-image {
    margin-left: 30%;
    margin-right: 5%;
    max-width: 65%
}

.section-courses-filtering .course-card .card-image-container .course-author-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    z-index: 1
}

.section-courses-filtering .course-card .card-image-container .course-name {
    color: inherit;
    font-family: 'macaw', Axiforma, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.section-courses-filtering .course-card .card-image-container .course-free-pill {
    background: #5a1975;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.6;
    padding: 4px 8px;
    position: absolute;
    right: 6px;
    top: 6px
}

.section-courses-filtering .course-card .card-image-container .course-duration-pill {
    background: #000;
    border-radius: 2px;
    bottom: 6px;
    font-size: 12px;
    line-height: 1.6;
    padding: 4px 8px;
    position: absolute;
    right: 6px
}

.section-courses-filtering .course-card .single-rating {
    font-size: 12px;
    line-height: 1
}

.section-courses-filtering .course-card .star-score {
    color: inherit
}

@media(max-width: 991.98px) {
    .section-courses-filtering .course-card .star-score {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.section-courses-filtering .course-card .course-instructors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding-top: 20px
}

.section-courses-filtering .course-card .course-instructors .instructor-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-courses-filtering .course-card .course-instructors .instructor-name {
    font-size: 14px
}

.section-courses-filtering .course-card .course-instructors .instructor-name .name {
    display: inline
}

.section-courses-filtering .courses-cards-container {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 40px;
    position: relative
}

@media(max-width: 991.98px) {
    .section-courses-filtering .courses-cards-container {
        margin-top: 24px
    }
}

.section-courses-filtering .courses-cards-container .swiper-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    position: relative
}

.section-courses-filtering .courses-cards-container .swiper-container:after,
.section-courses-filtering .courses-cards-container .swiper-container:before {
    bottom: 0;
    content: "";
    display: none;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 2
}

.section-courses-filtering .courses-cards-container .swiper-container:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
    background-image: -webkit-linear-gradient(left, #f9fafb, rgba(249, 250, 251, 0));
    background-image: -o-linear-gradient(left, #f9fafb, rgba(249, 250, 251, 0));
    background-image: linear-gradient(90deg, #f9fafb, rgba(249, 250, 251, 0));
    left: 0
}

.section-courses-filtering .courses-cards-container .swiper-container:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
    background-image: -webkit-linear-gradient(right, #f9fafb, rgba(249, 250, 251, 0));
    background-image: -o-linear-gradient(right, #f9fafb, rgba(249, 250, 251, 0));
    background-image: linear-gradient(270deg, #f9fafb, rgba(249, 250, 251, 0));
    right: 0
}

@media(max-width: 767.98px) {
    .section-courses-filtering .courses-cards-container .swiper-container {
        overflow: visible
    }
}

@media(min-width: 768px) {

    .section-courses-filtering .courses-cards-container .swiper-container:after,
    .section-courses-filtering .courses-cards-container .swiper-container:before {
        display: block
    }
}

.section-courses-filtering .courses-cards-container .swiper-container .swiper-wrapper {
    padding-bottom: 40px
}

.section-courses-filtering .courses-cards-container .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%
}

.section-courses-filtering .courses-cards-container .course-card-wrapper {
    height: 100%;
    min-height: 372px;
    padding: 0 8px
}

@media(max-width: 767.98px) {
    .section-courses-filtering .courses-cards-container .slider-navigation-container {
        display: none
    }
}

.section-courses-filtering {
    background-color: #f9fafb;
    overflow: hidden;
    padding: 100px 0 80px
}

@media(max-width: 1199.98px) {
    .section-courses-filtering {
        padding: 80px 0 60px
    }
}

@media(max-width: 991.98px) {
    .section-courses-filtering {
        padding: 60px 0 40px
    }
}

@media(max-width: 767.98px) {
    .section-courses-filtering {
        padding: 40px 0
    }
}

.section-courses-filtering .title h2 {
    margin-bottom: 16px
}

.section-courses-filtering .title h2:last-child {
    margin-bottom: 0
}

.section-courses-filtering .top-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: 0;
    flex-wrap: 0;
    justify-content: flex-end;
    margin-bottom: 48px
}

@media(max-width: 991.98px) {
    .section-courses-filtering .top-container {
        margin-bottom: 24px
    }
}

.section-courses-filtering .top-container>.title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    flex-grow: 1;
    flex-shrink: 1
}

.section-courses-filtering .top-container>.button-container {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    flex-grow: 0;
    flex-shrink: 0
}

@media(min-width: 768px) {
    .section-courses-filtering .top-container>.button-container {
        padding-left: 40px
    }
}

@media(max-width: 767.98px) {
    .section-courses-filtering .top-container>.button-container {
        display: none
    }
}

.section-courses-filtering .programs-block {
    position: relative
}

@media(max-width: 767.98px) {
    .section-courses-filtering .programs-block {
        display: none
    }
}

.section-courses-filtering .programs-block:after {
    background-color: #e5e7eb;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.section-courses-filtering .programs-block .program-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b7280;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 1.6;
    padding: 16px 0;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    width: auto
}

.section-courses-filtering .programs-block .program-label.active {
    color: #380f17
}

.section-courses-filtering .programs-block .program-label.active:after {
    background-color: #380f17;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.section-courses-filtering .programs-block .program-label:hover {
    color: #380f17
}

.section-courses-filtering .programs-block .swiper-button {
    background-color: #f9fafb;
    cursor: pointer;
    height: 32px;
    width: 32px
}

.section-courses-filtering .programs-block .swiper-button .arrow-icon {
    background-image: url(../images/minislider-arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section-courses-filtering .programs-block .swiper-button.swiper-button-prev .arrow-icon {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-courses-filtering .programs-block .swiper-button.swiper-button-disabled,
.section-courses-filtering .programs-selector-container {
    display: none
}

@media(max-width: 767.98px) {
    .section-courses-filtering .programs-selector-container {
        display: block
    }
}

.section-courses-filtering .categories-selector-container {
    display: none;
    margin-top: 24px
}

.section-courses-filtering .categories-pills {
    margin: 32px -8px -8px 0
}

@media(max-width: 991.98px) {
    .section-courses-filtering .categories-pills {
        display: none
    }
}

.section-courses-filtering .category-pill {
    background-color: #e5e7eb;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 8px 8px 0;
    padding: 6px 20px
}

.section-courses-filtering .category-pill.active {
    background-color: #8f0b13;
    color: #fff
}

@media(max-width: 767.98px) {
    .section-courses-filtering .courses-filtering-container {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-courses-filtering .courses-filtering-container .not-found {
    padding: 40px 0;
    text-align: center
}

.section-courses-filtering .courses-filtering-container .swiper-wrapper {
    padding-bottom: 40px
}

.section-courses-filtering .courses-filtering-container .swiper-slide {
    height: auto;
    width: 25%
}

@media(max-width: 1199.98px) {
    .section-courses-filtering .courses-filtering-container .swiper-slide {
        width: 33.33333%
    }
}

@media(max-width: 767.98px) {
    .section-courses-filtering .courses-filtering-container .swiper-slide {
        width: 50%
    }
}

@media(max-width: 359.98px) {
    .section-courses-filtering .courses-filtering-container .swiper-slide {
        width: 100%
    }
}

@media(max-width: 767.98px) {
    .section-courses-filtering .courses-filtering-container .slider-navigation-container {
        display: none
    }
}

.section-courses-filtering .bottom-button-container {
    display: none;
    text-align: center
}

.section-courses-filtering .bottom-button-container .btn {
    width: auto
}

@media(max-width: 767.98px) {
    .section-courses-filtering .bottom-button-container {
        display: block
    }
}

.section-available-certifications {
    background-color: #380f17;
    color: #fff;
    padding: 100px 0 80px
}

@media(max-width: 1199.98px) {
    .section-available-certifications {
        padding: 80px 0 60px
    }
}

@media(max-width: 991.98px) {
    .section-available-certifications {
        padding: 60px 0
    }
}

.section-available-certifications .title {
    text-align: left
}

.section-available-certifications .title h2 {
    color: #fff;
    margin-bottom: 8px
}

.section-available-certifications .title h2:last-child {
    margin-bottom: 0
}

.section-available-certifications .title .subtitle {
    color: #e5e7eb
}

@media(max-width: 991.98px) {
    .section-available-certifications .title {
        margin-bottom: 24px
    }
}

.section-available-certifications .cert-type-switcher-wrapper {
    text-align: center
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .08);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type .name {
    color: hsla(0, 0%, 100%, .4)
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 14px;
        min-width: unset
    }
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type.active,
.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type:hover {
    background-color: hsla(0, 0%, 100%, .08);
    border: 1px solid hsla(0, 0%, 100%, .16)
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type.active .name,
.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type:hover .name {
    color: #fff
}

.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type.cert-type-program,
.section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type.cert-type-specialization {
    font-size: 16px;
    height: 54px;
    padding: 12px 20px;
    width: 180px
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-type-switcher-wrapper .cert-type-switcher .cert-type:before {
        display: none !important
    }
}

.section-available-certifications .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
    margin-left: -15px;
    margin-right: -15px
}

@media(max-width: 991.98px) {
    .section-available-certifications .title-wrapper {
        margin-bottom: 32px
    }
}

.section-available-certifications .title-wrapper .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(max-width: 991.98px) {
    .section-available-certifications .title-wrapper .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
        max-width: 100%
    }
}

.section-available-certifications .title-wrapper .cert-type-switcher-wrapper {
    -webkit-box-flex: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

@media(max-width: 991.98px) {
    .section-available-certifications .title-wrapper .cert-type-switcher-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%
    }
}

.section-available-certifications .certifications-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.section-available-certifications .certifications-wrapper .program-selection {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.section-available-certifications .certifications-wrapper .cert-cards-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

@media(max-width: 991.98px) {

    .section-available-certifications .certifications-wrapper .cert-cards-container,
    .section-available-certifications .certifications-wrapper .program-selection {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%
    }
}

.section-available-certifications .certifications-wrapper:after,
.section-available-certifications .certifications-wrapper:before {
    background-color: hsla(0, 0%, 100%, .16);
    content: "";
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px)
}

@media(max-width: 991.98px) {

    .section-available-certifications .certifications-wrapper:after,
    .section-available-certifications .certifications-wrapper:before {
        display: none
    }
}

.section-available-certifications .certifications-wrapper:before {
    top: 0
}

.section-available-certifications .certifications-wrapper:after {
    bottom: 0
}

.section-available-certifications .program-dropdown-wrapper {
    display: none;
    margin-bottom: 24px
}

.section-available-certifications .program-dropdown-wrapper .program-selection-dropdown {
    background-color: #173768;
    color: #fff;
    display: none
}

.section-available-certifications .program-dropdown-wrapper .program-selection-dropdown.active {
    display: block
}

@media(max-width: 991.98px) {
    .section-available-certifications .program-dropdown-wrapper {
        display: block !important
    }
}

.section-available-certifications .program-selection .programs-list {
    border-right: 1px solid hsla(0, 0%, 100%, .16);
    height: 479px;
    overflow-y: auto
}

.section-available-certifications .program-selection .programs-list::-webkit-scrollbar {
    background-color: transparent;
    width: 6px
}

.section-available-certifications .program-selection .programs-list::-webkit-scrollbar-thumb {
    background-color: #e5e7eb;
    border-radius: 2px
}

.section-available-certifications .program-selection .programs-list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2px
}

@media(max-width: 991.98px) {
    .section-available-certifications .program-selection .programs-list {
        display: none
    }
}

.section-available-certifications .program-selection .programs-list .program-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.section-available-certifications .program-selection .programs-list .program-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    margin-left: 20px
}

.section-available-certifications .program-selection .programs-list .program-item .tab-btn-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    padding: 24px 40px;
    text-align: left;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.section-available-certifications .program-selection .programs-list .program-item .tab-btn-content .tab-icon {
    margin-right: 10px
}

.section-available-certifications .program-selection .programs-list .program-item .tab-btn-content .tab-icon img {
    display: block
}

.section-available-certifications .program-selection .programs-list .program-item.active-card .tab-btn-content,
.section-available-certifications .program-selection .programs-list .program-item:hover .tab-btn-content {
    background-color: hsla(0, 0%, 100%, .08)
}

.section-available-certifications .program-selection .programs-list .program-item:last-child {
    border-bottom: none
}

.section-available-certifications .cert-cards-container {
    height: 479px;
    overflow: hidden;
    position: relative
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container {
        height: 100%;
        overflow: unset
    }
}

.section-available-certifications .cert-cards-container .cert-card {
    display: none;
    height: 479px;
    overflow: hidden;
    padding: 48px 48px 0
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container .cert-card {
        border: 1px solid hsla(0, 0%, 100%, .16);
        height: 100%;
        overflow: unset;
        padding: 24px 24px 32px
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block {
    text-align: center
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-link-wrapper .btn {
    width: auto
}

@media(min-width: 992px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-title {
        font-size: 20px
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .extra-info,
.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-subtitle {
    color: #e5e7eb;
    font-size: 1rem;
    margin-bottom: 16px
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating {
    margin-bottom: 16px
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .progress {
    color: #e5e7eb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-right: 8px;
    position: relative
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .progress .percent:before,
.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .progress:before {
    content: "\e28b\00a0\e28b\00a0\e28b\00a0\e28b\00a0\e28b";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .percent {
    color: #947131;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 14px
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .single-rating .star-score .progress {
    color: transparent
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .rating-description {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-extras {
    padding-right: 64px;
    width: 50%
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-extras {
        width: 65%
    }
}

@media(max-width: 767.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-extras {
        margin-bottom: 32px;
        padding-right: 0;
        width: 100%
    }
}

@media(min-width: 992px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images {
        bottom: 0;
        position: absolute;
        right: 0;
        width: 250px
    }
}

@media(min-width: 1200px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images {
        width: 50%
    }
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images {
        position: relative
    }
}

@media(max-width: 767.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images {
        margin: 0 auto
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image {
    z-index: 1
}

@media(min-width: 992px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image {
        bottom: -10px;
        position: absolute;
        right: 0
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image img {
    height: auto;
    max-width: 100%
}

@media(min-width: 992px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image img {
        max-width: 250px
    }
}

@media(min-width: 1200px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image img {
        max-width: 320px
    }
}

@media(max-width: 991.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image img {
        max-width: 320px
    }
}

@media(max-width: 767.98px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .certificate-image img {
        max-width: 200px
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .badge-image {
    bottom: 10px;
    height: auto;
    left: -49px;
    position: absolute;
    width: 98px;
    z-index: 5
}

@media(min-width: 1200px) {
    .section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .badge-image {
        height: 103px;
        left: 0;
        width: 120px
    }
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images .badge-image img {
    height: auto;
    width: 100%
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images.program-images-specialization .badge-image {
    text-align: center
}

.section-available-certifications .cert-cards-container .cert-card .program-description-block .program-bottom .program-images.program-images-specialization .badge-image .badge-img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.section-available-certifications.bg-darkblue .program-dropdown-wrapper .program-selection-dropdown {
    background-color: transparent
}

.section-promo-banners {
    background: #fff;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-promo-banners {
        padding: 80px 0
    }
}

@media(max-width: 991.98px) {
    .section-promo-banners {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    .section-promo-banners {
        padding: 50px 0
    }
}

.section-promo-banners .row {
    margin-bottom: -24px;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width: 768px) {
    .section-promo-banners .row {
        margin-left: -16px;
        margin-right: -16px
    }
}

.section-promo-banners .row .banner-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px 24px
}

@media(min-width: 768px) {
    .section-promo-banners .row .banner-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-promo-banners .row .promo-banner {
    background-color: #380f17;
    color: #fff;
    height: 100%;
    padding: 46px 32px;
    position: relative;
    width: 100%
}

@media(max-width: 767.98px) {
    .section-promo-banners .row .promo-banner {
        padding: 36px 32px
    }
}

.section-promo-banners .row .promo-banner .promo-banner-content {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 5
}

@media(min-width: 992px) {
    .section-promo-banners .row .promo-banner .promo-banner-content {
        width: 60%
    }
}

.section-promo-banners .row .promo-banner .banner-icon {
    margin-bottom: 24px;
    max-width: 64px
}

@media(max-width: 991.98px) {
    .section-promo-banners .row .promo-banner {
        padding: 32px 16px;
        text-align: center
    }
}

.section-promo-banners .row .promo-banner.bg-green {
    background-color: #106268
}

.section-promo-banners .row .promo-banner.bg-gray {
    background-color: #380f17
}

.section-promo-banners .row .promo-banner .promo-title {
    font-family: 'macaw', Axiforma, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33
}

@media(max-width: 991.98px) {
    .section-promo-banners .row .promo-banner .promo-title {
        font-size: 20px
    }
}

.section-promo-banners .row .promo-banner .promo-buttons {
    margin-top: 24px
}

.section-promo-banners .row .promo-banner .promo-buttons .btn {
    background: #fff;
    border-color: #fff;
    color: #380f17;
    font-size: 16px;
    width: auto !important
}

.section-cards-slider {
    background-color: #f9fafb;
    padding: 100px 0
}

@media(max-width: 1199.98px) {
    .section-cards-slider {
        padding: 80px 0
    }
}

@media(max-width: 991.98px) {
    .section-cards-slider {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    .section-cards-slider {
        padding: 50px 0
    }
}

.section-cards-slider .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-left: -15px;
    margin-right: -15px
}

@media(max-width: 991.98px) {
    .section-cards-slider .title {
        display: block
    }
}

.section-cards-slider .title h2 {
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(min-width: 992px) {
    .section-cards-slider .title h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-cards-slider .title h2:last-child {
    margin-bottom: 0
}

.section-cards-slider .title .subtitle {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media(min-width: 992px) {
    .section-cards-slider .title .subtitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-cards-slider .cards-slider .swiper-container {
    margin-bottom: -50px;
    padding-bottom: 50px
}

.section-cards-slider .cards-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.section-cards-slider .cards-slider .swiper-slide {
    height: auto;
    min-height: 340px;
    padding-left: 8px;
    padding-right: 8px;
    width: 284px
}

.section-cards-slider .cards-slider .card-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    height: 100%;
    padding: 24px;
    position: relative
}

.section-cards-slider .cards-slider .card-block .star-score {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.section-cards-slider .cards-slider .card-block .star-score .progress {
    color: #e5e7eb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-right: 8px;
    position: relative
}

.section-cards-slider .cards-slider .card-block .star-score .progress .percent:before,
.section-cards-slider .cards-slider .card-block .star-score .progress:before {
    content: "\e28b\00a0\e28b\00a0\e28b\00a0\e28b\00a0\e28b";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-cards-slider .cards-slider .card-block .star-score .percent {
    color: #947131;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.section-cards-slider .cards-slider .card-block .star-score .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Axiforma', sans-serif;
    font-size: 14px
}

.section-cards-slider .cards-slider .card-block .single-rating {
    font-size: 12px;
    line-height: 1;
    line-height: 14px;
    margin-bottom: 12px
}

.section-cards-slider .cards-slider .card-block .reviewer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding-top: 16px
}

.section-cards-slider .cards-slider .card-block .reviewer .reviewer-info {
    line-height: 1.6
}

.section-cards-slider .cards-slider .card-block .reviewer .reviewer-info .reviewer-name {
    color: #380f17;
    font-weight: 700
}

.section-cards-slider .cards-slider .card-block .reviewer .reviewer-info .reviewer-position {
    font-size: 14px
}

.section-cards-slider .cards-slider .card-block .reviewer .reviewer-photo {
    -ms-flex-negative: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 48px;
    width: 48px
}

.section-cards-slider .cards-slider .card-block .reviewer .reviewer-photo+.reviewer-info {
    padding-left: 8px
}

.section-cards-slider .cards-slider .card-block .card-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 168px;
    margin: -16px -16px 16px
}

.section-cards-slider .cards-slider .card-block .card-title {
    color: #380f17;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px
}

@media(max-width: 991.98px) {
    .section-cards-slider .cards-slider .card-block .card-title {
        font-size: 16px
    }
}

.section-cards-slider .cards-slider .card-block .learn-more-label {
    color: #8f0b13;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    padding-top: 16px
}

.section-cards-slider .cards-slider .card-block .card-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.section-cards-slider .cards-slider .card-block .bottom-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end
}

.section-cards-slider .cards-slider .slide-video .card-image {
    position: relative
}

.section-cards-slider .cards-slider .slide-video .card-image:after,
.section-cards-slider .cards-slider .slide-video .card-image:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 2
}

.section-cards-slider .cards-slider .slide-video .card-image:after {
    background-image: url(../images/video-play-transparent-button.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 48px
}

.section-cards-slider .cards-slider .slide-video .card-image:before {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.section-accordion-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media(max-width: 991.98px) {
    .section-accordion-with-image {
        padding-top: 50px
    }
}

@media(min-width: 1200px) {
    .section-accordion-with-image .titles-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

.section-accordion-with-image .accordion-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.section-accordion-with-image .accordion-list-wrapper .accordion-images,
.section-accordion-with-image .accordion-list-wrapper .accordion-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list+.accordion-images:empty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(max-width: 991.98px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card {
    border-radius: 0;
    -webkit-box-shadow: 0 8px 30px 0 hsla(240, 5%, 41%, .2);
    box-shadow: 0 8px 30px 0 hsla(240, 5%, 41%, .2);
    padding: 24px 32px
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-list .card {
        -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
        padding: 24px
    }
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    position: relative;
    width: 100%
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target .icon img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #380f17;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 700;
    padding-left: 32px;
    padding-right: 8px
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target .title:first-child {
    padding-left: 0
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target:after {
    color: #380f17;
    content: "\2013";
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    right: 1px;
    top: -3.5px;
    z-index: -1
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target.collapsed {
    margin-bottom: 0
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target.collapsed:after {
    color: #380f17;
    content: "+";
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    right: 0;
    top: 0;
    z-index: -1
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .collapse-block {
    color: #380f17;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .collapse-block.icon {
    margin-left: 32px
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-list .card .collapse-block.icon {
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-list .card:last-child {
        margin-bottom: 0
    }
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .accordion-link {
    font-size: 16px;
    line-height: 1.6
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .accordion-image-mobile {
    display: none;
    margin-top: 12px
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-list .card .accordion-image-mobile {
        display: block
    }
}

@media(max-width: 991.98px) {
    .section-accordion-with-image .accordion-list-wrapper .accordion-images {
        display: none
    }
}

.section-accordion-with-image .accordion-list-wrapper .accordion-images .accordion-image {
    display: none;
    height: 100%;
    position: relative
}

.section-accordion-with-image .accordion-list-wrapper .accordion-images .accordion-image img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: auto
}

.section-accordion-with-image .accordion-list-wrapper .accordion-images .accordion-image.show {
    display: block
}

.section-accordion-with-image .buttons-list {
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin-top: 56px;
    max-width: 100%
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .buttons-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-accordion-with-image .buttons-list>* {
    padding: 10px 32px
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .buttons-list>* {
        font-size: 18px
    }

    .section-accordion-with-image .buttons-list {
        margin-top: 0
    }
}

.section-accordion-with-image .buttons-list>* {
    margin-right: 16px
}

@media(max-width: 767.98px) {
    .section-accordion-with-image .buttons-list>* {
        margin-bottom: 16px;
        margin-right: 0
    }

    .section-accordion-with-image .buttons-list>:last-child {
        margin-bottom: 0
    }
}

.section-accordion-with-image .buttons-list>:last-child {
    margin-right: 0
}

.section-accordion-with-image {
    background-color: #fff;
    padding: 120px 0
}

@media(max-width: 1199.98px) {
    .section-accordion-with-image {
        padding: 100px
    }
}

@media(max-width: 991.98px) {
    .section-accordion-with-image {
        padding: 80px
    }
}

@media(max-width: 767.98px) {
    .section-accordion-with-image {
        padding: 60px 0
    }
}

.section-accordion-with-image .titles-wrapper .title {
    margin-bottom: 16px
}

@media(min-width: 1200px) {
    .section-accordion-with-image .accordion-list {
        padding-right: 32px
    }
}

.section-accordion-with-image .accordion-list .titles-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    text-align: left
}

.section-accordion-with-image .accordion-text-wrapper {
    font-size: 16px
}

.section-accordion-with-image .accordion-text-wrapper+.accordion-link-wrapper {
    margin-top: 8px
}

@media(min-width: 1200px) {
    .section-accordion-with-image .accordion-images {
        padding-left: 32px
    }
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card {
    background-color: transparent;
    border-bottom: 1px solid #f3f4f6;
    border-top: 1px solid transparent;
    margin-bottom: 0;
    -webkit-transition: box-shadow .2s, background-color .2s, border-top-color .2s, border-bottom-color .2s;
    -o-transition: box-shadow .2s, background-color .2s, border-top-color .2s, border-bottom-color .2s;
    transition: box-shadow .2s, background-color .2s, border-top-color .2s, border-bottom-color .2s
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card:not(:last-child) {
    border-bottom: none
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card:first-child {
    border-top: none
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card:not(.opened) {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card:not(.opened)+.card:not(.opened) {
    border-top-color: #f3f4f6
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card.opened {
    background-color: #fff;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.section-accordion-with-image .accordion-list-wrapper .accordion-list .card .card-header .accordion-target:after {
    display: none !important
}

footer.section {
    background: #fff;
    color: #8f0b13;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden;
    padding: 80px 0
}

@media(max-width: 991.98px) {
    footer.section {
        padding: 48px 0 !important
    }
}

footer.section .no-anchor-item:not(.btn):not(.btn-main),
footer.section a:not(.btn):not(.btn-main) {
    color: #380f17
}

@media(max-width: 359.98px) {
    footer.section .no-anchor-item {
        cursor: pointer
    }
}

footer.section .menu-wrapper {
    margin-bottom: 4rem;
    position: relative
}

footer.section .menu-wrapper.footer-icons-floating-as-row {
    margin-bottom: 1rem
}

@media(max-width: 767.98px) {
    footer.section .menu-wrapper.footer-icons-floating-as-row {
        margin-bottom: 32px
    }

    footer.section .menu-wrapper {
        border-bottom: 1px solid #dddee0;
        margin-bottom: 2.5rem
    }
}

footer.section .menu-wrapper .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px
}

@media(max-width: 767.98px) {
    footer.section .menu-wrapper .footer-navigation {
        display: block
    }
}

footer.section .menu-wrapper .footer-navigation,
footer.section .menu-wrapper .footer-navigation .sub-menu {
    list-style: none;
    padding-left: 0
}

footer.section .menu-wrapper .footer-navigation>.menu-item {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%
}

@media(min-width: 768px) {
    footer.section .menu-wrapper .footer-navigation>.menu-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media(min-width: 992px) {
    footer.section .menu-wrapper .footer-navigation>.menu-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    footer.section .menu-wrapper .footer-navigation>.menu-item {
        margin-bottom: 1rem
    }
}

footer.section .menu-wrapper .footer-navigation>.menu-item>.no-anchor-item,
footer.section .menu-wrapper .footer-navigation>.menu-item>a {
    color: #380f17;
    display: inline-block;
    font-family: 'macaw', Axiforma, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px
}

@media(min-width: 768px) {

    footer.section .menu-wrapper .footer-navigation>.menu-item>.no-anchor-item,
    footer.section .menu-wrapper .footer-navigation>.menu-item>a {
        pointer-events: none
    }
}

@media(max-width: 767.98px) {

    footer.section .menu-wrapper .footer-navigation>.menu-item>.no-anchor-item,
    footer.section .menu-wrapper .footer-navigation>.menu-item>a {
        font-size: 18px
    }
}

footer.section .menu-wrapper .footer-navigation>.menu-item>a:active,
footer.section .menu-wrapper .footer-navigation>.menu-item>a:focus,
footer.section .menu-wrapper .footer-navigation>.menu-item>a:hover {
    color: #380f17;
    text-decoration: none
}

footer.section .menu-wrapper .footer-navigation>.menu-item .sub-menu .menu-item {
    margin-bottom: 12px
}

@media(max-width: 767.98px) {
    footer.section .menu-wrapper .footer-navigation>.menu-item .sub-menu .menu-item a {
        font-size: 1.286rem
    }
}

footer.section .menu-wrapper .footer-navigation>.menu-item .sub-menu .menu-item a:active,
footer.section .menu-wrapper .footer-navigation>.menu-item .sub-menu .menu-item a:focus,
footer.section .menu-wrapper .footer-navigation>.menu-item .sub-menu .menu-item a:hover {
    color: #6b7280;
    text-decoration: none
}

@media(min-width: 768px) {

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item+.sub-menu,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a+.sub-menu {
        display: block !important
    }
}

@media(max-width: 767.98px) {
    footer.section .menu-wrapper .footer-navigation {
        font-size: 1.25rem;
        margin-bottom: .5rem
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item {
        margin-bottom: 1.5rem;
        margin-top: 4px;
        position: static !important
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a {
        color: #380f17;
        display: block;
        padding-right: 20px;
        position: relative
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item:after,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a:after {
        background: url(../icon/footer-chevron-up.svg) 50% 50% no-repeat;
        content: "";
        height: 16px;
        position: absolute;
        right: 0;
        top: 6px;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 17px
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item.collapsed:after,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a.collapsed:after {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item+.sub-menu,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a+.sub-menu {
        display: none;
        padding-bottom: 1.5rem
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item+.sub-menu .menu-item,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a+.sub-menu .menu-item {
        margin-bottom: 4px;
        padding: 4px 0 0
    }

    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>.no-anchor-item+.sub-menu .menu-item a,
    footer.section .menu-wrapper .footer-navigation>.menu-item.menu-item-has-children>a+.sub-menu .menu-item a {
        font-size: 14px
    }
}

footer.section .menu-wrapper .footer-icons-floating {
    bottom: -10%;
    display: none;
    position: absolute;
    right: 0
}

footer.section .menu-wrapper .footer-icons-floating.footer-icons-floating-as-row {
    margin-top: 1rem;
    position: relative
}

footer.section .menu-wrapper .footer-icons-floating .footer-icon {
    margin-bottom: 0
}

footer.section .menu-wrapper .footer-icons-floating .footer-icon img {
    max-height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 100%
}

@media(min-width: 992px) {
    footer.section .menu-wrapper .footer-icons-floating {
        display: block
    }

    footer.section .menu-wrapper .footer-icons-floating:after {
        border-top: none
    }
}

footer.section .footer-icons .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0
}

@media(min-width: 1200px) {
    footer.section .footer-icons .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons .row {
        margin-bottom: 0
    }
}

@media(max-width: 359.98px) {
    footer.section .footer-icons .row {
        margin-bottom: 1rem
    }
}

footer.section .footer-icons .footer-icon {
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 1200px) {
    footer.section .footer-icons .footer-icon {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons .footer-icon {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 2rem
    }

    footer.section .footer-icons .footer-icon:last-child:after {
        border-top: 1px solid #dddee0;
        margin-top: 2rem
    }
}

footer.section .footer-icons .footer-icon a#bbblink.ruhzbus {
    height: 63px;
    width: 163px
}

footer.section .footer-icons .footer-icon a#bbblink.ruhzbus:hover img {
    margin-left: -163px
}

footer.section .footer-icons .footer-icon img {
    height: auto;
    max-width: 179px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    footer.section .footer-icons .footer-icon img {
        width: 148px
    }
}

footer.section .footer-icons .footer-icon.corporate-culture-winner img {
    max-height: 110px;
    max-width: 195px
}

footer.section .footer-icons .footer-icon.soc2-logo img {
    max-height: 80px;
    max-width: 80px
}

footer.section .footer-icons .footer-icon.trustpilot-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

footer.section .footer-icons .footer-icon.trustpilot-logo .trustpilot-widget {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 90px
}

@media(max-width: 991.98px) {
    footer.section .footer-icons .footer-icon.trustpilot-logo .trustpilot-widget {
        height: 100px;
        left: 0;
        margin-left: 0;
        width: 135px
    }
}

@media(min-width: 992px) {
    footer.section .footer-icons .footer-icon.trustpilot-logo .trustpilot-widget {
        width: 135px
    }
}

footer.section .footer-icons .footer-icon.trustpilot-logo .trustpilot-widget iframe {
    max-width: 100%
}

@media(max-width: 767.98px) {
    footer.section .footer-icons .footer-icon.macabacus-logo {
        margin-bottom: 0
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons .footer-icon.macabacus-logo {
        margin-bottom: 32px
    }

    footer.section .footer-icons .footer-icon.macabacus-logo img {
        max-width: 100%;
        width: 148px
    }
}

footer.section .footer-icons .footer-icon.top-100-logo img {
    max-width: 100%;
    width: 80px
}

footer.section .footer-icons .footer-icon.desktop-only,
footer.section .footer-icons .footer-icon.mobile-only,
footer.section .footer-icons .footer-icon.tablet-only {
    display: none
}

@media(min-width: 768px) {
    footer.section .footer-icons .footer-icon.desktop-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons .footer-icon.tablet-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 767.98px) {
    footer.section .footer-icons .footer-icon.mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(min-width: 992px) {
    footer.section .footer-icons:after {
        border-top: 1px solid #dddee0;
        content: "";
        display: block;
        height: 0;
        margin-bottom: 40px;
        position: relative;
        width: 100%
    }
}

footer.section .footer-icons.footer-icons-floating .footer-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

footer.section .footer-icons.footer-icons-floating .footer-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer.section .footer-icons.footer-icons-floating .footer-icon:last-child {
    max-width: 100%
}

footer.section .footer-icons.footer-icons-floating .footer-icon.desktop-only,
footer.section .footer-icons.footer-icons-floating .footer-icon.mobile-only,
footer.section .footer-icons.footer-icons-floating .footer-icon.tablet-only {
    display: none
}

@media(min-width: 768px) {
    footer.section .footer-icons.footer-icons-floating .footer-icon.desktop-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons.footer-icons-floating .footer-icon.tablet-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 767.98px) {
    footer.section .footer-icons.footer-icons-floating .footer-icon.mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 991.98px) {
    footer.section .footer-icons.footer-icons-floating {
        border-bottom: 1px solid #dddee0;
        margin-bottom: 32px;
        padding-bottom: 32px;
        padding-top: 24px
    }

    footer.section .footer-icons.footer-icons-floating .footer-icon:not(:last-child) {
        margin-bottom: 32px
    }

    footer.section .footer-icons.footer-icons-floating .footer-icon:last-child {
        margin-bottom: 0
    }

    footer.section .footer-icons.footer-icons-floating .footer-icon.trustpilot-logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer.section .footer-icons.footer-icons-floating.desktop-only,
    footer.section .footer-icons.footer-icons-floating.mobile-only,
    footer.section .footer-icons.footer-icons-floating.tablet-only {
        display: none
    }
}

@media(max-width: 991.98px) and (min-width:768px) {
    footer.section .footer-icons.footer-icons-floating.desktop-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 991.98px) and (max-width:991.98px) {
    footer.section .footer-icons.footer-icons-floating.tablet-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 991.98px) and (max-width:767.98px) {
    footer.section .footer-icons.footer-icons-floating.mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

footer.section .footer-links-subsection .copyright-wrap {
    display: inline-block
}

footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right;
    line-height: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

@media(max-width: 767.98px) {
    footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.6
    }
}

footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item {
    padding: 0 .5rem
}

footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item a:active,
footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item a:focus,
footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item a:hover {
    color: #380f17;
    text-decoration: none
}

footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item:not(:last-child) {
    border-right: 1px solid #8f0b13
}

@media(min-width: 768px) {
    footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item:first-child {
        padding-left: 0
    }

    footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item:last-child {
        padding-right: 0
    }
}

@media(max-width: 359.98px) {
    footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu .menu-item {
        margin-bottom: .5rem
    }
}

footer.section .footer-links-subsection .social-links-wrap {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 1200px) {
    footer.section .footer-links-subsection .social-links-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(max-width: 359.98px) {
    footer.section .footer-links-subsection .social-links-wrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 1rem;
        padding-top: 2.5rem;
        position: relative;
        text-align: center
    }
}

footer.section .footer-links-subsection .social-links-wrap .social-button {
    border: 1px solid #8f0b13;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    margin: 0 4px;
    position: relative;
    top: 5px;
    width: 24px
}

footer.section .footer-links-subsection .social-links-wrap .social-button i {
    color: #8f0b13;
    font-size: .875rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media(max-width: 991.98px) {
    footer.section .footer-links-subsection .social-links-wrap .social-button {
        height: 36px;
        width: 36px
    }

    footer.section .footer-links-subsection .social-links-wrap .social-button i {
        font-size: 1.375rem
    }
}

footer.section .footer-links-subsection .social-links-wrap .social-button:hover {
    border-color: #380f17
}

footer.section .footer-links-subsection .social-links-wrap .social-button:hover i {
    color: #380f17
}

@media(max-width: 991.98px) {
    footer.section .footer-links-subsection {
        text-align: center
    }

    footer.section .footer-links-subsection .bottom-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-line-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-content: center;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        justify-content: center
    }

    footer.section .footer-links-subsection .bottom-menu .social-links-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        margin: 0;
        margin-bottom: 32px;
        order: 0;
        padding: 0;
        width: 100%
    }

    footer.section .footer-links-subsection .bottom-menu .copyright-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -ms-flex-item-align: center;
        align-self: center;
        order: 2
    }

    footer.section .footer-links-subsection .bottom-menu .footer-links-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 32px;
        order: 1
    }

    footer.section .footer-links-subsection .copyright-wrap {
        margin-bottom: 1rem
    }
}

@media(max-width: 767.98px) {
    footer.section .footer-links-subsection .footer-links-wrap .footer-links-menu {
        margin-left: -7px;
        margin-right: -7px
    }

    footer.section .footer-links-subsection .copyright-wrap {
        margin-bottom: 32px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    footer.section .footer-links-subsection .bottom-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

@media(min-width: 1200px) {
    footer.section .footer-links-subsection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    footer.section .footer-links-subsection>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 0;
        flex: 0 1 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%
    }

    footer.section .footer-links-subsection>.bottom-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        justify-content: flex-start
    }

    footer.section .footer-links-subsection>.bottom-menu .footer-links-wrap {
        text-align: right
    }

    footer.section .footer-links-subsection>.bottom-menu .footer-links-wrap .footer-links-menu {
        margin-bottom: 0
    }

    footer.section .footer-links-subsection>.bottom-menu .footer-links-wrap .footer-links-menu li {
        padding: 0 2px 0 4px
    }
}

@media(min-width: 1200px) and (min-width:1200px) {
    footer.section .footer-links-subsection>.bottom-menu .footer-links-wrap .footer-links-menu li {
        padding: 0 .33333rem 0 .5rem
    }
}

@media(min-width: 1200px) {
    footer.section .footer-links-subsection>.bottom-menu .copyright-wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 20px
    }
}

footer.section.bg-light-silver {
    background-color: #f9fafb
}

.section.footer-link-section {
    background: 0 0;
    padding-top: 0
}

.section.footer-link-section .footer-links-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    width: 100%
}

.section.footer-link-section .footer-links-wrapper .footer-link-section-content .icon-with-link {
    display: block;
    height: 55px;
    margin: 1rem auto;
    max-width: 100%;
    width: 257px
}

.section.footer-link-section .footer-links-wrapper .footer-link-section-content .icon-with-link img {
    height: auto;
    max-width: 100%
}

.section.footer-link-section .footer-links-wrapper .footer-link-section-content :not(:last-child) {
    margin-bottom: 2rem
}

.footer-button-container {
    background-color: #380f17;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center
}

@media(max-width: 991.98px) {
    .footer-button-container {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .with-image.footer-button-container {
        background-image: none !important
    }
}

.footer-button-container h2.footer-heading {
    color: #fff;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center
}

.footer-button-container .bottom-full-width-image-container {
    margin-bottom: -2px
}

.footer-button-container .bottom-full-width-image-container .bottom-full-width-image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.625rem;
    width: 100%
}

.footer-button-container .bottom-full-width-image-container .bottom-full-width-image-wrap img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

@media(max-width: 991.98px) {
    .footer-button-container .bottom-full-width-image-container .bottom-full-width-image-wrap {
        padding-bottom: 2rem
    }
}

@media(max-width: 767.98px) {
    .footer-button-container .bottom-full-width-image-container .bottom-full-width-image-wrap {
        padding-bottom: 3.5rem
    }
}

.with-mask.footer-button-container {
    height: auto;
    padding-top: 5rem;
    position: relative
}

.with-mask.footer-button-container:after {
    background-image: url(../images/bottom-footer-mask.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 175px;
    left: 0;
    position: absolute;
    right: 0
}

.footer-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1010
}

.btn-lg:focus-visible,
.btn-link-arrow:focus-visible,
.btn-linkedin:focus-visible,
.btn-main:focus-visible,
.btn-secondary-blue-regular:focus-visible,
.btn-secondary-blue-small:focus-visible,
.btn-sm:focus-visible,
.btn-transparent-action:focus-visible,
.btn-transparent:focus-visible,
.btn-video-play:focus-visible,
.btn-wrap a:focus-visible,
.btn.disabled:focus-visible,
.btn:focus-visible,
.centered-button-wrapper:focus-visible,
.cta-btn:focus-visible,
.dataTables_wrapper th:focus-visible,
.enroll-button:focus-visible,
.form-button-wrapping:focus-visible,
.mfp-close:focus-visible,
.section.footer-link-section .footer-links-wrapper .footer-link-section-content .footer-link-button:focus-visible,
.section:not(.splash):focus-visible,
a.action-link:focus-visible,
div[tabindex]:focus-visible,
span[tabindex]:focus-visible {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 5
}

.mfp-fade.mfp-wrap .mfp-content .mfp-close {
    height: 34px;
    line-height: normal;
    width: 34px
}

a[href]:focus-visible {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 5
}

a[href]:focus-visible {
    color: #8f0b13 !important
}

a[href]:focus-visible.btn-main,
a[href]:focus-visible.btn-primary,
a[href]:focus-visible.btn-secondary-blue,
a[href]:focus-visible.footer_button {
    color: #fff !important
}

a[data-video]:focus-visible {
    outline: none
}

a[data-video]:focus-visible:before {
    border: 44px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

body #header-menu-wrapper.header-menu-wrapper-new nav .account-links ul.navbar-nav>li>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new nav .menu-desktop ul.navbar-nav>li>a[href]:focus-visible {
    color: #fff !important
}

body #header-menu-wrapper.header-menu-wrapper-new nav .account-links .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new nav .account-links .user-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new nav .menu-desktop .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new nav .menu-desktop .user-link>a[href]:focus-visible {
    color: #fff !important
}

body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .account-links ul.navbar-nav>li>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .menu-desktop ul.navbar-nav>li>a[href]:focus-visible {
    color: #8f0b13 !important
}

body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .account-links .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .account-links .user-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .menu-desktop .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.no-splash nav .menu-desktop .user-link>a[href]:focus-visible {
    color: #8f0b13 !important
}

body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .account-links ul.navbar-nav>li>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .menu-desktop ul.navbar-nav>li>a[href]:focus-visible {
    color: #8f0b13 !important
}

body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .account-links .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .account-links .user-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .menu-desktop .thinkific-link>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new.fixed nav .menu-desktop .user-link>a[href]:focus-visible {
    color: #8f0b13 !important
}

body #header-menu-wrapper.header-menu-wrapper-new .account-links ul li.button-inside>a[href]:focus-visible,
body #header-menu-wrapper.header-menu-wrapper-new .menu-desktop ul li.button-inside>a[href]:focus-visible {
    color: #fff !important
}

.resource-cards-pagination a:focus-visible {
    border: 4px solid #fff;
    border-radius: 42px;
    -webkit-border-radius: 42px;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
    border: 4px solid #fff;
    border-radius: 42px;
    -webkit-border-radius: 42px;
}

.swiper-button-next:focus-visible>i,
.swiper-button-prev:focus-visible>i {
    position: relative;
    top: -4px
}

.swiper-with-blue-circle-and-white-arrow .swiper-button-next:focus-visible,
.swiper-with-blue-circle-and-white-arrow .swiper-button-prev:focus-visible {
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slider-button-next:focus-visible,
.slider-button-prev:focus-visible,
.swiper-nav-next:focus-visible,
.swiper-nav-prev:focus-visible {
    border: 4px solid #fff;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

#header-play-video:focus-visible {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#header-play-video:focus-visible.button-secondary {
    color: #fff !important
}

#header-play-video:not(.button-icon):focus-visible {
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#header-play-video.course-preview-link:focus-visible {
    border: none;
    border-radius: initial;
    outline: transparent
}

#header-play-video.course-preview-link:focus-visible .play-btn {
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.search-fixed-box .search-form .search-field:focus-visible {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.search-fixed-box .course-card a:focus-visible,
.search-fixed-box .page-card a:focus-visible {
    border: 4px solid #5c8edb
}

.header-menu-wrapper-new header.banner .navbar-header .left-side .search-box .search-form .search-field:focus-visible {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.section.resource-cards .resource-cards-wrapper .swiper-container .swiper-button-next:focus-visible,
.section.resource-cards .resource-cards-wrapper .swiper-container .swiper-button-prev:focus-visible {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.section.resource-cards.card-type-course .course-card .course-link:focus-visible {
    border: 4px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.filter-badges .filter-badges-navigation .slide-next,
.filter-badges .filter-badges-navigation .slide-prev {
    margin-top: 6px
}

.filter-badges .filter-badges-navigation .slide-next:focus-visible,
.filter-badges .filter-badges-navigation .slide-prev:focus-visible {
    border: 4px solid #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
}

.filter-badges .filter-badges-navigation .navigation-bg {
    margin-top: 6px
}

.filter-badges .swiper-wrapper {
    padding: 5px 0
}

.filter-badges .swiper-wrapper .swiper-slide .filter-badge:focus-visible {
    border-radius: 48px;
    -webkit-border-radius: 48px;
}

.collections-search .search-wrap .search-courses-form .search-courses-field:focus-visible {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.error404 .section.non-found-card-list .block a:focus-visible .card {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

textarea:focus {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}





.page-template-template-b2b-pricing .plans-tab .plan-cards-container .plan-card-wrapper .plan-card .card-content .pricing-plans .pricing-plan [type=radio]:focus-visible+.price-container,
.page-template-template-payment-plans .plans-tab .plan-cards-container .plan-card-wrapper .plan-card .card-content .pricing-plans .pricing-plan [type=radio]:focus-visible+.price-container {
    border: 0 solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px #380f17;
    box-shadow: 0 0 0 8px #380f17;
}

.page-template-template-b2b-pricing .plans-tab .plan-cards-container .plan-card-wrapper .plan-card .card-content .pricing-plans .pricing-plan [type=radio]:focus-visible[id*=program_pricing_plan]+.price-container,
.page-template-template-payment-plans .plans-tab .plan-cards-container .plan-card-wrapper .plan-card .card-content .pricing-plans .pricing-plan [type=radio]:focus-visible[id*=program_pricing_plan]+.price-container {
    border: 4px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.filter-sidebar .filter-options .filter-option .options .option input[type=checkbox]+label:after,
.filter-sidebar .filter-options .filter-option .options .option input[type=checkbox]+label:before {
    left: 4px;
    padding: 8px;
    -webkit-transition-property: opacity, background;
    -o-transition-property: opacity, background;
    transition-property: opacity, background
}

.filter-sidebar .filter-options .filter-option .options .option input[type=checkbox]:focus-visible+label:before {
    border: 0 solid #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 0 6px #380f17;
    box-shadow: 0 0 0 6px #380f17;
    left: 4px;
    top: 4px
}

.filter-sidebar .filter-options .filter-option .options.open input {
    display: block !important;
    visibility: visible
}

.menu-item-show,
.menu-my-account.menu-item-show .sub-menu {
    opacity: 1 !important;
    visibility: visible !important
}

.page-template-template-affiliate-page section.faq .faq-wrapper .expandable-items .expandable-item[tabindex="0"]:after {
    top: 8px
}

.page-template-template-student-reviews .btn-secondary-blue-regular:focus-visible {
    color: #fff !important
}

.resources_slider .resources-slider-wrapper .resource-card[tabindex="0"],
.tab-content-reviews .reviews-container .review-wrapper {
    margin-top: 5px
}

.swiper-notification {
    display: none
}

.payment-plans-banner .buttons .btn.btn-primary:focus-visible {
    background-color: #255bac !important
}

.featured-content-card.swiper-slide {
    padding-bottom: 5px;
    padding-top: 5px
}

.resources-search .topic-filters .swiper-slide .topic-pill {
    margin-bottom: 5px;
    margin-top: 5px
}

.breadcrumbs[typeof=BreadcrumbList] {
    padding-bottom: 2px
}

ul.focus-state-list-a a:focus-visible {
    border: none;
    border-radius: initial;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 4px #8f0b13;
    box-shadow: inset 0 0 0 4px #8f0b13;
    outline: transparent
}

.testicon {
    color: #000 !important;
    text-decoration: none;
}

.testicon:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}