@charset "UTF-8";

/*!
 * Acumen 2017
 */



.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: transparent;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: transparent;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 0
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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


/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
}


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

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
hgroup,
main,
nav,
section {
    display: block
}


[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}


abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}



dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}
code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}


.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}


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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #868e96
}


code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}


.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}


.show>a {
    outline: 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}


.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}


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

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

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130!important
}

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

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

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

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124!important
}

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

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

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

.border-0 {
    border: 0!important
}

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

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

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

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


.border-secondary {
    border-color: #868e96!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

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

.border-dark {
    border-color: #343a40!important
}

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

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

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

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

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

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

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

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}


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

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

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

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

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

@supports (position:-webkit-sticky) or (position:sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

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

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

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

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

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

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

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

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

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

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

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

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

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

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

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

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

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

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

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

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

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

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

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

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

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

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

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

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

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

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

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

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

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

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

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

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

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

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

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

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

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

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

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

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

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

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

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

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

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

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

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

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

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

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

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

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

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

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

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

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

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

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

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

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

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

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

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

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

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

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

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

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

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

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

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.m-auto {
    margin: auto!important
}

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

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

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

.ml-auto {
    margin-left: auto!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0 {
        margin-left: 0!important
    }
    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1 {
        margin-left: .25rem!important
    }
    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2 {
        margin-left: .5rem!important
    }
    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3 {
        margin-left: 1rem!important
    }
    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4 {
        margin-left: 1.5rem!important
    }
    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5 {
        margin-left: 3rem!important
    }
    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0 {
        padding-left: 0!important
    }
    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1 {
        padding-left: .25rem!important
    }
    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2 {
        padding-left: .5rem!important
    }
    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3 {
        padding-left: 1rem!important
    }
    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4 {
        padding-left: 1.5rem!important
    }
    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5 {
        padding-left: 3rem!important
    }
    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto {
        margin-left: auto!important
    }
    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0 {
        margin-top: 0!important
    }
    .mr-md-0 {
        margin-right: 0!important
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0 {
        margin-left: 0!important
    }
    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1 {
        margin-left: .25rem!important
    }
    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2 {
        margin-left: .5rem!important
    }
    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3 {
        margin-left: 1rem!important
    }
    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4 {
        margin-left: 1.5rem!important
    }
    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5 {
        margin-left: 3rem!important
    }
    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pr-md-0 {
        padding-right: 0!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0 {
        padding-left: 0!important
    }
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1 {
        padding-left: .25rem!important
    }
    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2 {
        padding-left: .5rem!important
    }
    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3 {
        padding-left: 1rem!important
    }
    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4 {
        padding-left: 1.5rem!important
    }
    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5 {
        padding-left: 3rem!important
    }
    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto {
        margin-left: auto!important
    }
    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0 {
        margin-left: 0!important
    }
    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1 {
        margin-left: .25rem!important
    }
    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2 {
        margin-left: .5rem!important
    }
    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3 {
        margin-left: 1rem!important
    }
    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4 {
        margin-left: 1.5rem!important
    }
    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5 {
        margin-left: 3rem!important
    }
    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0 {
        padding-left: 0!important
    }
    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1 {
        padding-left: .25rem!important
    }
    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2 {
        padding-left: .5rem!important
    }
    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3 {
        padding-left: 1rem!important
    }
    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4 {
        padding-left: 1.5rem!important
    }
    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5 {
        padding-left: 3rem!important
    }
    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto {
        margin-left: auto!important
    }
    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

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

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

.font-italic {
    font-style: italic
}

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



.text-secondary {
    color: #868e96!important
}

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

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

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

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

.text-dark {
    color: #343a40!important
}

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

.text-muted {
    color: #868e96!important
}

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

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.ss-content {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto
}

.ss-scroll {
    position: relative;
    background: #f7941e;
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s linear
}

.ss-hidden {
    display: none
}

.ss-container:active .ss-scroll,
.ss-container:hover .ss-scroll {
    opacity: 1
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}


/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */

.lity-active,
.lity-active body {
    overflow: hidden
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: 0!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0!important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0!important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.pull-quote {
    font-size: 32px;
    letter-spacing: .5px;
    line-height: 36px;
    text-transform: uppercase
}

.infographic .main {
    font-size: 64px;
    text-transform: uppercase;
    line-height: 64px;
    margin-bottom: 5px;
    margin-top: 5px
}

.infographic .sub {
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 22px;
    text-transform: uppercase
}


@media (max-width:768px) {
    .infographic .main {
        font-size: 54px;
        line-height: 100%
    }
}

sup {
    font-size: 10px;
    vertical-align: top;
    position: relative;
    top: .4em
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

body #sidenavContainer {
    color: #fff;
    position: fixed;
    right: 0;
    height: 100vh;
    width: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    overflow: hidden
}


body #sidenavContainer .inner {
    width: 420px;
    position: relative;
    max-width: 100vw
}



body .sidenavMoves {
    -webkit-transition: left .25s ease-in-out!important;
    -moz-transition: left .25s ease-in-out!important;
    -o-transition: left .25s ease-in-out!important;
    transition: left .25s ease-in-out!important;
    left: 0;
    position: relative
}

body.sidenavMovesActive {
    overflow: hidden
}

body.sidenavMovesActive .sidenavMoves {
    left: -420px!important;
    -webkit-transition: left .25s ease-in-out!important;
    -moz-transition: left .25s ease-in-out!important;
    -o-transition: left .25s ease-in-out!important;
    transition: left .25s ease-in-out!important;
    position: relative
}

body.sidenavMovesActive #sidenavContainer {
    z-index: 9999;
    width: 420px;
    overflow: auto;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    max-width: 100vw
}



@media (max-width:560px) {
    body #sidenavContainer {
        color: #fff;
        position: fixed;
        right: 0;
        height: 100vh;
        width: 0;
        top: 0;
        z-index: 9999;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        overflow: hidden
    }
    body #sidenavContainer .inner {
        width: 420px;
        position: relative
    }


    body .sidenavMoves {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        left: 0;
        position: relative
    }
}

body.sidenavMovesActive .js-toggle-sidenav span {
    background: 0 0
}

body.sidenavMovesActive .js-toggle-sidenav span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f7941e
}

body.sidenavMovesActive .js-toggle-sidenav span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f7941e
}

::-moz-selection {
    background: #f7941e;
    text-shadow: none
}

::selection {
    background: #f7941e;
    text-shadow: none;
    color: #fff
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    -webkit-tap-highlight-color: #f7941e
}

.z-9 {
    z-index: 999
}

#google_translate_element .goog-te-gadget {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 9999;
    padding: 10px 20px
}

#google_translate_element .goog-te-gadget:before {
    content: '';
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #322b2b
}



.ssba-wrap {
    margin-top: 40px
}

body .ssba {
    text-transform: uppercase;
   font-size: 15px;
    line-height: 130%
}

body .ssba a {
    margin-top: 10px;
    display: inline-block
}

body .ssba img {
    padding: 0;
    margin-right: 10px
}

.ld-logo {
    width: auto;
    height: .8em;
    vertical-align: -1px;
    display: inline
}

.slick-slide .ld-logo {
    display: inline
}

.drop-links {
    position: relative;
    display: inline-block;
    margin: 15px 0 0 7px
}

.drop__title {
    position: relative;
    z-index: 1;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    zoom: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 54px;
    border: none;
    background: 0 0;
    cursor: default
}

.drop__title::before {
    content: '';
    backface-visibility: hidden;
    overflow: hidden;
    transform: skewX(16deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #f7941e
}

#stickySpacer {
    position: relative;
    height: 0;
    width: 100%
}



.button-area {
    display: flex;
    height: 81px;
    align-items: center
}



@media (max-width:992px) {
    .button-area {
        width: auto;
        text-align: right
    }

}

.pink-bg {
    background: #f7941e
}

.pink-text {
    color: #f7941e
}

.uppercase {
    text-transform: uppercase
}

.full-width {
    width: 100%
}

.hide {
    display: none
}


input:focus::-webkit-input-placeholder {
    color: transparent!important
}

input:focus:-moz-placeholder {
    color: transparent!important
}

input:focus::-moz-placeholder {
    color: transparent!important
}

input:focus:-ms-input-placeholder {
    color: transparent!important
}

#load-more-box p {
    display: none
}

#load-more-box.loading button {
    display: none
}

#load-more-box.loading p {
    display: block
}

.mobile-only {
    display: none
}

.section-h1 {
    color: #575757;
    font-size: 32px;
    margin: 0;
    padding: 40px 0 30px;
}

.high-z {
    z-index: 9999
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: 0 0;
    border-radius: 100%;
    border: 2px solid #fff
}

.slick-slider .slick-dots li.slick-active button {
    background: #fff
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #fff
}
.image {
    height: 100%;
    width: 150px;
    top: 0;
    left: 0;
    position: absolute
}
input::-ms-clear {
    display: none
}

.full-hw {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.vertical-center {
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    flex-wrap: wrap;
    text-align: left
}

.load-more-box {
    margin: 30px 0 50px
}

.load-more-box .load-more {
    background: 0 0
}

.select {
    width: 100%;
    position: relative
}

.select .selected {
    padding: 0 20px;
    height: 62px;
    line-height: 62px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    background-image: url(../img/carat@2x.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 30px auto;
    background-color: #fff;
    text-transform: uppercase
}

.select .selected.active {
    cursor: pointer;
    background-image: url(../img/carat-up@2x.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 30px auto;
    background-color: #fff
}

.select .selected:hover {
    opacity: .9
}

.select .options {
    height: 248px;
    overflow-y: scroll;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999;
    max-height: 248px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase
}

.select .options.hide {
    display: block;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.select .options .select-option {
    padding: 0 20px;
    height: 62px;
    line-height: 62px;
    border: 1px #eee solid;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden
}

.select .options .select-option:hover {
    background-color: #f5f6f5
}

.select .options .select-option.active {
    background-color: #eee
}

.slant-box {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg);
    display: inline-block;
    float: left;
    background: 0 0
}

.slant-box.box-1 {
    border: 1px solid;
    border-right: none
}

.slant-box.box-mid {
    border: 1px solid;
    border-right: none
}

.slant-box.box-last {
    border: 1px solid
}

.slant-box button,
.slant-box input {
    -webkit-transform: skewX(-16deg);
    -moz-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
    margin-left: 10px;
    background: 0 0;
    border: none;
    padding: 16px 22px 12px;
    font-size: 18px!important;
    color: #fff
}

.slant-box button {
    padding: 18px 24px;
    line-height: 100%
}

.slant-box::-webkit-input-placeholder {
    color: #fff
}

.slant-box::-moz-placeholder {
    color: #fff
}

.slant-box:-ms-input-placeholder {
    color: #fff
}

.slant-box:-moz-placeholder {
    color: #fff
}

.small-text {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

.small-text.pink-text {
    color: #f7941e
}

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

a {
    outline: 0!important;
    text-decoration: none;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}


.body-links p {
    margin: 30px 0 0 0
}
#mainContainer {
    margin-top: -30px;
    margin-bottom: -1px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#slideContent {
    overflow: hidden
}

@media (max-width:768px) {
    .mobile-only {
        display: block
    }
    #mainContainer {
        padding-bottom: 0;
        overflow: hidden
    }
    #selectOptions {
        display: none
    }
}



.container--md {
    max-width: 992px
}

.container--sm {
    max-width: 576px
}

.container--full {
    max-width: none
}

.container--flush {
    padding: 0
}



.acumen-grid article {
    background-color: #eee
}

.acumen-grid #field_8_5 {
    display: none
}

.acumen-grid .name-box {
    position: absolute;
    width: 100%;
    bottom: 0
}

.acumen-grid .name-box .name {
    display: block;
    opacity: 0;
    width: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px 30px;
    margin: 0 auto 10px auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 40px;
    letter-spacing: 1px;
    max-width: 90%;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 110%
}

.acumen-grid .name-box a {
    display: block;
    opacity: 0;
    width: 300px;
    background: #162427;
    padding: 10px 10px;
    margin: 0 auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    max-width: 90%;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 100%;
    letter-spacing: .03em
}

.acumen-grid .name-box a:hover {
    color: #f7941e
}

.acumen-grid .acumenFeatureSmallItem__link:hover .name-box .name,
.acumen-grid .acumenFeatureSmallItem__link:hover .name-box a,
.acumen-grid article:hover .name-box .name,
.acumen-grid article:hover .name-box a {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.acumen-grid #load-more {
    font-size: 30px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    text-transform: uppercase;
    padding-bottom: 54px;
    text-decoration: none;
    width: 210px;
    height: 62px;
    line-height: 52px;
    background: 0 0;
    border: 3px #162427 solid;
    color: #162427
}

.acumen-grid #load-more:hover {
    color: #f7941e
}

.acumen-grid #load-more-box {
    position: relative
}

.acumen-grid #load-more-box p {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 72px;
    line-height: 81px;
    font-size: 23px;
    margin: 0;
    color: #162427;
    text-transform: uppercase
}

@media screen and (min-width:600px) {
    .acumen-grid .acumenFeatureItem__title {
        min-height: 0;
        height: 75px;
        overflow: hidden;
        padding-right: 5%
    }
    .acumen-grid .acumenFeatureSmallItem__title {
        min-height: 0;
        height: 75px;
        overflow: hidden;
        padding-right: 5%
    }
    .acumen-grid .acumenFeature {
        min-height: calc(100vh - 435px)
    }
    .acumen-grid .container {
        padding: 0
    }
}

@media (max-width:899px) {
    .acumen-grid .small-textbox p {
        font-size: 47px
    }
    .acumen-grid .small-textbox a {
        color: #fff;
        font-size: 47px;
        text-transform: uppercase;
        border-bottom: 3px #fff solid;
        position: relative;
        bottom: 0;
        text-decoration: none;
        letter-spacing: 1px;
        line-height: 90%;
        margin-top: 40px;
        display: inline-block
    }
    .acumen-grid .acumenFeature__list.full.first-full .acumenFeatureSmallItem:last-child {
        display: block;
        width: calc(50% - 15px)
    }
    .acumen-grid .large {
        display: none
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem {
        width: calc(50% - 15px);
        margin-left: 15px
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem.small-textbox {
        width: calc(100% - 15px)
    }
    .acumen-grid .acumenFeature__list.half-list .acumenFeatureSmallItem:last-child {
        width: calc(100% - 15px)
    }
    .acumen-grid .acumenFeatureItem {
        margin-left: 15px
    }
    .acumen-grid .acumenFeature__container {
        margin-left: -15px
    }
    .acumen-grid .acumenFeature__list {
        width: calc(100%)
    }
    .acumen-grid .middle_content {
        display: none
    }
    .acumen-grid .acumenFeatureSmallItem {
        width: calc(50% - 20px);
        margin-left: 15px
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem.small-form {
        width: 100%
    }
    .acumen-grid .large-textbox p {
        font-size: 70px;
        line-height: 100%;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 50px
    }
    .acumen-grid .large-textbox a {
        color: #fff;
        font-size: 70px;
        text-transform: uppercase;
        border-bottom: 3px #fff solid;
        position: relative;
        bottom: 0;
        text-decoration: none;
        letter-spacing: 1px;
        line-height: 50%
    }
    .acumen-grid .acumen-grid .acumenFeatureItem.extra-large {
        width: 100%
    }
}

@media screen and (max-width:599px) {
    .acumen-grid .acumenFeature__list {
        width: calc(100%)
    }
    .acumen-grid .acumenFeatureSmallItem {
        width: calc(100% - 15px);
        margin-left: 15px
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem {
        width: calc(100% - 15px);
        margin-left: 15px
    }
    .acumen-grid .acumenFeatureItem {
        width: calc(100% - 15px);
        margin-left: 15px
    }
    .acumen-grid .acumenFeatureItem__picture,
    .acumen-grid .acumenFeatureSmallItem__picture {
        padding-bottom: 100%
    }
    .acumen-grid .large-textbox {
        padding: 40px;
        font-size: 50px
    }
    .acumen-grid .large-textbox a {
        position: relative;
        bottom: 0;
        font-size: 50px
    }
    .acumen-grid .above-grid-area h2 {
        padding: 0;
        line-height: 100%;
        font-size: 40px
    }
    .acumen-grid .middle_content span.last {
        margin-left: 0
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem,
    .acumen-grid .acumenFeature__list.full.first-full .acumenFeatureSmallItem:last-child {
        width: calc(100% - 15px)
    }
}

@media (max-width:899px) {
    .acumen-grid .acumenFeatureSmallItem.small-form,
    .acumen-grid .acumenFeatureSmallItem.small-textbox {
        padding: 20px
    }
}

@media screen and (min-width:900px) {
    .acumen-grid .acumenFeature__list.full-width-text-box .acumenFeatureSmallItem {
        width: calc(100% - 20px)
    }
    .acumen-grid .acumenFeatureItem {
        height: 760px
    }
    .acumen-grid .acumenFeatureItem {
        width: 470px;
        width: calc(50% - 20px);
        height: 700px;
        margin-left: 20px;
        margin-bottom: 20px
    }
    .acumen-grid .acumenFeatureItem.extra-large {
        height: 760px;
        width: calc(75% - 20px)
    }
    .acumen-grid .acumenFeature__list.full {
        width: 100%
    }
    .acumen-grid .acumenFeature__list.full .acumenFeatureSmallItem__picture {
        padding-bottom: 460px
    }
    .acumen-grid .acumenFeature__list.full .acumenFeatureSmallItem {
        width: 300px;
        width: calc(33.3333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
    .acumen-grid .acumenFeatureSmallItem {
        width: 740px;
        margin-left: 20px;
        margin-bottom: 20px
    }
    .acumen-grid .acumenFeature__list .acumenFeatureSmallItem {
        width: 300px;
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
    .acumen-grid .acumenFeature__list {
        float: left;
        width: 640px;
        width: calc(50%)
    }
    .acumen-grid .acumenFeature__list.quarter {
        width: 25%
    }
    .acumen-grid .acumenFeature__list.quarter .acumenFeatureSmallItem {
        width: 100%
    }
    .acumen-grid .acumenFeature__list.quarter .acumenFeatureSmallItem .acumenFeatureSmallItem__picture {
        padding-bottom: 50%
    }
    .acumen-grid .acumenFeature__list.full .acumenFeatureSmallItem__picture {
        padding-bottom: 100%
    }
    .acumen-grid .acumenFeature__list.full.first-full .acumenFeatureSmallItem:last-child {
        display: none
    }
    .acumen-grid .large {
        display: block
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .acumen-grid .acumenFeature__list.quarter {
        width: 33.333333%
    }
    .acumen-grid .acumen-grid .acumenFeature__list.full .acumenFeatureSmallItem {
        width: 300px;
        width: calc(33.3333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
        min-height: 380px
    }
    .acumen-grid .acumenFeatureItem.extra-large {
        height: 760px;
        width: calc(66.666666% - 20px)
    }
    .acumen-grid .small-textbox a,
    .acumen-grid .small-textbox p {
        font-size: 37px
    }
    .acumen-grid .acumenFeatureItem {
        height: 580px
    }
    .acumen-grid .acumenFeatureSmallItem.small-form,
    .acumen-grid .acumenFeatureSmallItem.small-textbox {
        padding: 20px
    }
}

.acumenFeatureItem {
    overflow: hidden;
    position: relative
}

.acumenFeatureItem__link {
    display: block;
    width: 100%
}

.acumenFeatureItem__picture {
    display: block;
    height: 0;
    padding-bottom: 62.9032258065%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center
}

.acumenFeatureItem__picture.js--lazyloaded {
    background-color: #eee!important;
    background-image: none!important
}

.acumenFeatureItem__tagline {
    display: none
}

.acumenFeatureItem__img {
    display: block;
    width: 100%
}

.acumenFeatureItem__img {
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.acumenFeatureItem__img[data-src]:not([src^="data:image"]) {
    opacity: 0
}

.acumenFeatureItem__title {
    width: 100%;
    background: #fff;
    padding-top: 10px;
    min-height: 75px
}

.acumenFeatureItem__title>* {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em
}

.acumenFeatureSmallItem__link {
    display: block;
    position: relative;
    height: 100%
}

.acumenFeatureSmallItem__picture {
    display: block;
    height: 0;
    padding-bottom: 62.9032258065%;
    padding-bottom: 100%;
    background-color: #e3e4e5;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center
}

.acumenFeatureSmallItem__picture.js--lazyloaded {
    background-color: transparent!important;
    background-image: none!important
}

.acumenFeatureSmallItem__tagline {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em
}

.acumenFeatureSmallItem__img {
    display: block;
    width: 100%
}

.acumenFeatureSmallItem__img {
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.acumenFeatureSmallItem__img[data-src]:not([src^="data:image"]) {
    opacity: 0
}

.acumenFeatureSmallItem__title {
    padding-top: 10px;
    min-height: 75px
}

.acumenFeatureSmallItem__title>* {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em
}

.acumenFeature {
    padding-bottom: 100px;
    min-height: calc(100vh - 400px);
    padding-top: 30px
}

.acumenFeature__title {
    margin-bottom: 15px
}

.acumenFeature__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.acumenFeature__container::after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden
}

.acumenFeature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%
}

.acumenFeatureSmallItem {
    float: left;
    margin-bottom: 20px
}

.acumenFeatureSmallItem.small-form,
.acumenFeatureSmallItem.small-textbox {
    background: #322c2c;
    color: #fff;
    font-size: 20px;
    padding: 40px;
    position: relative
}

.acumenFeatureSmallItem.small-form .h2,
.acumenFeatureSmallItem.small-form h2,
.acumenFeatureSmallItem.small-textbox .h2,
.acumenFeatureSmallItem.small-textbox h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 100%
}

.acumenFeature__list .acumenFeatureSmallItem {
    float: left
}

.acumenFeatureItem {
    float: left;
    float: none;
    margin-bottom: 20px
}

.acumenFeatureItem img {
    opacity: 0
}

.acumenFeatureItem.large-textbox {
    background: #322c2c;
    color: #fff;
    font-size: 40px
}


.alm-btn-wrap #load-more {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 4px #f7941e solid;
    margin-bottom: 110px;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 7px;
    width: auto;
    letter-spacing: 1px
}

.alm-btn-wrap #load-more.done {
    display: none
}

.large-textbox {
    padding: 40px
}

.large-textbox p {
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px
}

.large-textbox a {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    border-bottom: 3px #fff solid;
    position: absolute;
    bottom: 40px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 90%
}

.large-textbox a:hover {
    color: #f7941e;
    border-bottom: 3px #f7941e solid
}

.small-textbox {
    position: relative
}

.small-textbox p {
    font-size: 47px;
    padding-right: 10px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 1px
}

.small-textbox a {
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    border-bottom: 3px #fff solid;
    position: absolute;
    bottom: 40px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 90%;
    max-width: 80%
}

.small-textbox a:hover {
    color: #f7941e;
    border-bottom: 3px #f7941e solid
}

.middle_content {
    z-index: 9999;
    padding: 40px 0;
    background: #fff!important
}

.middle_content span {
    font-size: 190px;
    line-height: 80%;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #f7941e;
    letter-spacing: 1px
}

.middle_content span.first {
    text-align: left
}

.middle_content span.middle {
    text-align: center
}

.middle_content span.last {
    text-align: right;
    margin-left: 90px
}

[off-canvas*=right] {
    background: #322b2b
}

[off-canvas*=right] input:focus::-webkit-input-placeholder {
    color: transparent!important
}

[off-canvas*=right] input:focus:-moz-placeholder {
    color: transparent!important
}

[off-canvas*=right] input:focus::-moz-placeholder {
    color: transparent!important
}

[off-canvas*=right] input:focus:-ms-input-placeholder {
    color: transparent!important
}

[off-canvas*=right] .inner .js-toggle-sidenav {
    position: absolute;
    top: 28px;
    left: 40px;
    right: auto
}

[off-canvas*=right] .inner .mobile-sideNav {
    display: none;
    width: 100%;
    background-color: #fff;
    padding-top: 60px
}



[off-canvas*=right] .inner .mobile-sideNav .icon-btn {
    position: absolute;
    right: 47px;
    width: 36px;
    top: 16px
}

[off-canvas*=right] .inner .mobile-sideNav .icon-btn img {
    width: 24px;
    height: auto
}

[off-canvas*=right] .inner .mobile-sideNav .dropdown-toggle::after {
    background: url(../img/blue-carat.png);
    background-position: calc(100% - 50px) center;
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 27px;
    left: 0;
    margin: 0
}


[off-canvas*=right] .inner .mobile-sideNav ul li {
    border-bottom: 1px #002f71 solid
}

[off-canvas*=right] .inner .mobile-sideNav ul li.show {
    border-bottom: none;
    background-color: #f2f5f8
}

[off-canvas*=right] .inner .mobile-sideNav ul li.show a {
    background-color: #f2f5f8
}

[off-canvas*=right] .inner .mobile-sideNav ul li a {
    width: 100%;
    display: block;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 20px;
    color: #002f71;
    position: relative
}

[off-canvas*=right] .inner .mobile-sideNav ul li a:hover {
    background-color: #f2f5f8;
    text-decoration: none
}

[off-canvas*=right] .inner .mobile-sideNav ul li ul {
    background-color: #f2f5f8;
    border: none;
    width: 100%;
    left: -5px;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    position: relative!important;
    transform: translate3d(0, 0, 0)!important
}

[off-canvas*=right] .inner .mobile-sideNav ul li ul li {
    border-bottom: none
}

[off-canvas*=right] .inner .mobile-sideNav ul li ul li a {
    font-size: 14px;
    padding-left: 60px;
    padding: 20px 40px
}

[off-canvas*=right] .inner .mobile-sideNav ul li ul li a:hover {
    background-color: #002f71;
    color: #fff
}

[off-canvas*=right] .inner .bottom-section {
    padding: 33px 45px
}

[off-canvas*=right] .inner .bottom-section .class-area {
    padding-bottom: 40px
}

[off-canvas*=right] .inner .bottom-section .course-image {
    width: 100%;
    height: 220px;
    margin-bottom: 30px
}

[off-canvas*=right] .inner .bottom-section .date {
    margin-bottom: 5px;
    font-size: 14px;
}

[off-canvas*=right] .inner .bottom-section .title {
    text-transform: none;
    margin-bottom: 5px
}

[off-canvas*=right] .inner .bottom-section .links {
    margin-top: 0;
    margin-bottom: 30px
}

[off-canvas*=right] .inner .bottom-section #field_8_5 {
    display: none
}

[off-canvas*=right] .inner .bottom-section .link-item a.text-box {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative
}

[off-canvas*=right] .inner .bottom-section .link-item a.text-box:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 100%;
    top: -3px;
    left: calc(100% - 27px);
    z-index: -1;
    background: url(../img/white-carat-down.png);
    background-position: 100% center;
    background-size: 27px;
    background-repeat: no-repeat
}

[off-canvas*=right] .inner .bottom-section .link-item a.text-box.right:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[off-canvas*=right] .inner .bottom-section .link-item a.text-box.down.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}





@media (max-width:992px) {
    [off-canvas*=right] .inner .bottom-section {
        padding: 33px 20px
    }
    [off-canvas*=right] .inner .bottom-section .links {
        margin-top: 0;
        margin-bottom: 30px
    }
    [off-canvas*=right] .inner .mobile-sideNav {
        display: block
    }
    [off-canvas*=right] .inner .js-toggle-sidenav {
        position: absolute;
        top: 28px;
        right: 54px;
        z-index: 9999999;
        left: auto
    }
    [off-canvas*=right] .inner .js-toggle-sidenav svg g {
        stroke: #002f71
    }
    [off-canvas*=right] .inner .js-toggle-sidenav .white {
        display: none
    }
    [off-canvas*=right] .inner .js-toggle-sidenav .blue {
        display: block
    }
}

.single-investment #mainContainer {
    background: #f4f4f4
}

.bios {
    background: #f4f4f4;
    padding-top: 30px
}

@media (max-width:576px) {
    .bios {
        padding-top: 15px
    }
}

.bio {
    margin-bottom: 30px
}

@media (max-width:576px) {
    .bio {
        margin-bottom: 15px
    }
}

.global-fellows,
.regional-fellows {
    display: none
}




.col-sm-4 {
    float: left
}


@media (max-width:840px) {
    .acumenFeature {
        width: 100%
    }
}

.mobile-btn {
    display: none
}

.desktop-btn {
    display: block
}

@media (max-width:768px) {
    .mobile-btn {
        display: block;
        margin-left: 0;
        width: 100%;
        text-align: center
    }
    .desktop-btn {
        display: none
    }
    .acumen-grid .name-box a {
        display: block;
        opacity: 1
    }
}

.video-modal .modal-content {
    padding: 0;
    width: 100%;
    height: 100%
}

.video-modal .modal-video,
.video-modal iframe {
    width: 100%;
    height: 100%
}

.video-modal .modal-close {
    position: absolute;
    right: -30px;
    top: -44px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    font-size: 35px;
    color: #fff
}

.video-modal .modal-dialog {
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 100px;
    margin: 0;
    max-width: 100%
}


.cta-band {
    background: #f7941e;
    position: relative;
    padding: 100px
}

.cta-band .A-Logo {
    float: right;
    height: 157px
}

.cta-band .image-area {
    height: 100%;
    float: right;
    width: 380px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%
}

.cta-band .h2 p,
.cta-band h2 p {
    line-height: 36px
}

.cta-band .slant {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100%;
    background: #f7941e;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(13deg);
    z-index: 9
}

@media (max-width:1000px) {
    .cta-band .image-area {
        height: 100%;
        float: right;
        width: 270px;
        position: absolute;
        right: 0;
        top: 0
    }
}


.section--grid {
    padding: 120px 0
}

.grid__items {
    margin: -10px
}

@media (min-width:992px) {
    .grid__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .grid__items .grid__item {
        display: block
    }
    .grid__items .grid__item:first-child {
        grid-row-end: span 2
    }
}

.grid__item {
    padding: 10px
}

.grid__item .inner {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.grid__item .image-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
    transition: transform .9s cubic-bezier(.215, .61, .355, 1)
}

.grid__item .image-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%)
}

.grid__item .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    padding: 60px 40px 40px;
    color: #fff
}

.grid__item .content-box .h3 {
    margin: 0
}

.grid__item .content-box p:last-child {
    margin: 0
}

@media (min-width:768px) {
    .grid__item:first-child .image-box {
        right: 0
    }
    .grid__item:not(:first-child) .inner {
        padding-bottom: calc(50% - 10px)
    }
}

@media (min-width:992px) {
    .grid__item:not(: first-child) .image-box {
        right: 40%
    }
    .grid__item:not(:first-child) .image-box::after {
        display: none
    }
    .grid__item:not(:first-child) .content-box {
        left: 40%;
        top: -1px;
        background: url(../img/global/bg-feature-slant.svg) no-repeat left bottom;
        background-size: auto 100%;
        padding: 20px 20px 20px 15%;
        display: flex;
        align-items: center
    }
}

a.grid__item:hover .image-box {
    transform: scale(1.2);
    transition: transform 2s cubic-bezier(.215, .61, .355, 1)
}

.section--row {
    padding: 0
}

@media (min-width:992px) {
    .section--row .container {
        max-width: none
    }
}

.row__items {
    margin: -15px;
    padding: 60px 15px
}

@media (min-width:768px) {
    .row__items {
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .row__items {
        margin: 0;
        padding: 0
    }
}

.row__item {
    padding: 15px
}

.row__item .image-box {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden
}

.row__item .image-box span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform .9s cubic-bezier(.215, .61, .355, 1)
}

.row__item .content-box {
    background: #322b2b;
    color: #fff;
    padding: 50px 40px
}

@media (min-width:768px) {
    .row__item {
        width: 50%
    }
}

@media (min-width:992px) {
    .row__item {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }
    .row__item .image-box {
        width: 40%;
        padding: 0
    }
    .row__item .content-box {
        width: 60%
    }
}

a.row__item:hover {
    text-decoration: none
}

a.row__item:hover .image-box span {
    transform: scale(1.2);
    transition: transform 2s cubic-bezier(.215, .61, .355, 1)
}



.video-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section--impact {
    padding-top: 0;
    padding-bottom: 0
}

.section--impact .statement {
    color: #fff;
    padding: 80px 40px;
    background: #162427;
    position: relative
}

.section--impact .statement .inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.section--impact .statement.style-pink {
    background: #f7941e
}

.section--impact .statement.style-pink .btn::before {
    border: 2px solid #fff
}

.section--impact .statement.style-icon {
    background: #322b2b url(../img/global/a-fade.svg) no-repeat left top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.section--impact .statement .statement__image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .25;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.section--impact .statement.style-pink .statement__image {
    opacity: .15
}

.section--impact.count-2 .statement:nth-child(even) {
    border-top: 2px solid #fff
}

@media (min-width:992px) {
    .section--impact .statement {
        padding: 80px 100px
    }
    .section--impact.count-2 .statement:nth-child(even) {
        border-left: 2px solid #fff;
        border-top: none
    }
}

.section--impact h2 {
    margin-bottom: 1em
}

.section--impact .btn {
    margin-top: 60px
}

.section--impact p:last-child {
    margin: 0
}

.video-section-header {
    margin-bottom: 80px;
    overflow: hidden
}

.video-section-header .btn {
    margin: 30px 0;
    float: right
}

.video-section-header .section-h1 {
    float: left;
}

.video-image-gallery {
    padding: 135px 0 0 0;
    margin-bottom: 60px
}

.video-image-gallery .slick-slide {
    height: auto!important
}

.video-image-gallery .container {
    overflow: hidden
}

.video-image-gallery .container.header-box {
    margin-bottom: 100px
}

.video-image-gallery .container .h2 {
    float: left;
    font-size: 32px;
    margin: 0
}

.video-image-gallery .container .btn.secondary.pink-text {
    padding-top: 0;
    float: right;
    color: #f7941e;
    border-bottom: 1px solid #f7941e;
    background: url(../img/icon-small-next.png);
    background-position: 0 4px;
    background-size: 15px;
    background-repeat: no-repeat
}

.video-image-gallery .container .btn.secondary.pink-text:hover {
    color: #88898c!important;
    border-bottom: 1px solid #88898c!important;
    background: url(../img/icon-right-arrow-hover.png)!important;
    background-position: 0 4px!important;
    background-size: 15px!important;
    background-repeat: no-repeat!important
}

.video-image-gallery .slick-list {
    overflow: visible
}

.video-image-gallery .slick-slider {
    margin-bottom: 40px
}

@media (min-width:576px) {
    .video-image-gallery .slick-slider {
        left: calc(((100vw - 540px)/ 2) + 15px)
    }
}

@media (min-width:768px) {
    .video-image-gallery .slick-slider {
        left: calc(((100vw - 720px)/ 2) + 15px)
    }
}

@media (min-width:992px) {
    .video-image-gallery .slick-slider {
        left: calc(((100vw - 960px)/ 2) + 15px)
    }
}

@media (min-width:1200px) {
    .video-image-gallery .slick-slider {
        left: calc(((100vw - 1220px)/ 2) + 15px)
    }
}

.video-image-gallery .slick-slide {
    position: relative;
    height: 290px!important
}

.video-image-gallery .slick-slide .inner {
    background-color: #000;
    height: 100%;
    width: 100%
}

.video-image-gallery .slick-slide .inner .video-container,
.video-image-gallery .slick-slide .inner div {
    height: 100%
}

.video-image-gallery .slick-slide .inner .caption {
    height: auto;
    display: none
}

.video-image-gallery .slick-slide .inner .full-hw,
.video-image-gallery .slick-slide .inner iframe {
    height: 100%;
    opacity: .5;
    position: relative
}

.video-image-gallery .slick-slide.slick-current .inner {
    transform: scale(1.5);
    height: 100%;
    z-index: 99999;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: calc(((150% - 100%)/ 2))!important
}

.video-image-gallery .slick-slide.slick-current .inner .full-hw,
.video-image-gallery .slick-slide.slick-current .inner iframe {
    opacity: 1;
    -webkit-box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33);
    -moz-box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33);
    box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33)
}

.video-image-gallery .slick-slide.slick-current .inner .caption {
    display: block;
    padding-top: 10px;
    font-size: 13px;
    text-transform: uppercase
}

.video-image-gallery .slick-slide.slick-current .inner .caption a {
    color: #716b70
}

.video-image-gallery .slick-slide h3 {
    line-height: 400px;
    text-align: center
}

.video-image-gallery .slick-slide iframe {
    width: 100%
}

.video-image-gallery .video-buttons {
    float: right;
    margin-bottom: 60px;
    margin-top: 0
}

@media (min-width:768px) and (max-width:992px) {
    .video-image-gallery .video-buttons {
        margin-top: 40px
    }
}

.video-image-gallery .video-buttons .previous {
    color: #f7941e;
    font-size: 18px;
    left: auto;
    top: auto;
    width: auto;
    background: 0 0;
    border: none;
    text-transform: uppercase
}

.video-image-gallery .video-buttons .previous span {
    background: url(../img/icon-small-next.png);
    background-position: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    height: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px;
    display: inline-block;
    margin-right: 10px
}

.video-image-gallery .video-buttons .previous:focus,
.video-image-gallery .video-buttons .previous:hover {
    color: #88898c
}

.video-image-gallery .video-buttons .next {
    color: #f7941e;
    top: auto;
    font-size: 18px;
    width: auto;
    background: 0 0;
    border: none;
    text-transform: uppercase
}

.video-image-gallery .video-buttons .next span {
    background: url(../img/icon-small-next.png);
    background-position: 0 11px;
    background-size: 15px;
    background-repeat: no-repeat;
    height: 24px;
    display: inline-block;
    width: 20px;
    margin-left: 10px
}

.video-image-gallery .video-buttons .next:before {
    content: '/';
    position: relative;
    margin-right: 20px;
    color: #716b70;
    font-size: 25px;
    top: 1px
}

.video-image-gallery .video-buttons .next:focus,
.video-image-gallery .video-buttons .next:hover {
    color: #88898c
}

@media (max-width:768px) {
    .video-image-gallery .slick-slide.slick-center.slick-current .inner {
        transform: scale(1)
    }
    .video-image-gallery .container.header-box {
        margin-bottom: 30px
    }
    .video-image-gallery .slick-slide.slick-current .inner {
        transform: scale(1);
        height: 100%;
        z-index: 99999;
        position: relative;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        left: 0!important
    }
    .video-image-gallery .slick-slide.slick-current .inner .caption {
        display: block;
        padding-top: 10px;
        font-size: 15px;
        text-transform: uppercase;
        padding: 15px;
        text-align: center
    }
    .video-image-gallery {
        padding: 75px 0;
        margin-bottom: 40px
    }
    .video-image-gallery .video-buttons {
        float: none;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }
    .video-image-gallery .slick-slider {
        margin-bottom: 53px;
        left: 0
    }
    .video-image-gallery .video-section-header {
        margin-bottom: 30px
    }
    .video-image-gallery .video-section-header .section-h1 {
        float: none;
        text-align: center;
        padding-bottom: 0
    }
    .video-image-gallery .video-section-header .btn.secondary.pink-text {
        float: none;
        text-align: center;
        width: auto;
        margin: 0;
        margin: 0 auto;
        display: table
    }
    .video-image-gallery .slick-list {
        overflow: visible
    }
    .video-image-gallery .slick-slide {
        position: relative;
        height: 360px!important
    }
    .video-image-gallery .slick-slide .inner {
        background-color: #000;
        height: 100%;
        width: 100%
    }
    .video-image-gallery .slick-slide .inner .full-hw,
    .video-image-gallery .slick-slide .inner iframe {
        opacity: .7;
        height: 100%;
        width: 100%
    }
    .video-image-gallery .slick-slide.slick-center .inner {
        transform: scale(1);
        height: 100%;
        z-index: 99999;
        position: relative;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    .video-image-gallery .slick-slide.slick-center .inner .full-hw,
    .video-image-gallery .slick-slide.slick-center .inner iframe {
        height: auto;
        width: 100%;
        opacity: 1;
        -webkit-box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33);
        -moz-box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33);
        box-shadow: 10px 10px 35px 6px rgba(0, 0, 0, .33)
    }
    .video-image-gallery .slick-slide h3 {
        line-height: 400px;
        text-align: center
    }
    .video-image-gallery .slick-slide iframe {
        width: 100%
    }
    .video-image-gallery .slick-prev {
        right: 90px;
        bottom: -50px;
        color: #f7941e;
        font-size: 18px;
        left: auto;
        top: auto
    }
    .video-image-gallery .slick-prev:focus,
    .video-image-gallery .slick-prev:hover {
        color: #88898c
    }
    .video-image-gallery .slick-next {
        color: #f7941e;
        right: 60px;
        top: -55px;
        font-size: 18px
    }
    .video-image-gallery .slick-next:focus,
    .video-image-gallery .slick-next:hover {
        color: #88898c
    }
}

@media (max-width:450px) {
    .video-image-gallery .slick-slide {
        position: relative;
        height: 220px!important
    }
}

.sectors {
    padding: 75px 0;
    background: #f2f2f2;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .33);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .33);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .33)
}

.sectors .sector-box {
    overflow: hidden;
    position: relative;
    height: 365px;
    padding-top: 60px
}

.sectors .sector-box .sector-image {
    width: 100%;
    height: 180px
}

.sectors .sector-box .bottom-area {
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 240px;
    background: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sectors .sector-box .bottom-area .icon-box {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: -10px;
    display: block;
    text-align: center;
    padding: 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px
}

.sectors .sector-box .bottom-area .icon-box svg {
    border: 1px transparent solid;
    border-radius: 100%;
    padding: 0;
    height: 100%;
    width: 100%;
    padding: 11px
}

.sectors .sector-box .bottom-area .name {
    font-size: 28px;
    text-align: center;
    margin: 10px;
    line-height: 30px
}

.sectors .sector-box .bottom-area .content {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0
}

.sectors .sector-box .bottom-area .content p {
    text-transform: none;
    font-size: 14px;
    text-align: center;
    line-height: 140%
}

.sectors .sector-box .bottom-area .btn.secondary {
    margin: 0
}

.sectors .sector-box .bottom-area .btn.secondary:hover {
    opacity: .6;
    color: #fff;
    border-bottom: 1px #fff solid;
    background: url(../img/icon-right-arrow.png);
    background-position: 0 11px!important;
    background-position: 0 11px!important;
    background-size: 15px;
    background-repeat: no-repeat
}

.sectors .sector-box:hover .bottom-area {
    top: 60px
}

.sectors .sector-box:hover .bottom-area .name {
    color: #fff
}

.sectors .sector-box:hover .bottom-area .content {
    opacity: 1
}

.sectors .sector-box:hover .bottom-area .content p {
    color: #fff
}

.sectors .sector-box:hover .bottom-area .icon-box svg {
    border: 1px #fff solid
}

.simple-header {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 430px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.simple-header.stretch {
    height: calc(100vh - 79px)
}

.simple-header.stretch .container,
.simple-header.stretch .row {
    height: 100%
}

.simple-header .container {
    position: relative
}

.simple-header .container,
.simple-header .row {
    min-height: 430px
}

.simple-header.add-slash::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(-106deg, rgba(0, 0, 0, .5) calc((1140px / 1.8) + ((100vw - 1180px)/ 2)), rgba(0, 0, 0, 0) 0)
}

.simple-header .hero-content {
    z-index: 10;
    padding: 40px 0
}

.simple-header .small-text {
    margin: 0
}

.simple-header .h2 {
    padding: 20px 0 20px 0;
    margin: 0
}

.simple-header .h2:last-child {
    margin: 0
}

.simple-header-bottom {
    padding: 75px 0
}

.simple-header-bottom .h2 {
    margin-top: 6px
}

@media (max-width:768px) {
    .simple-header.add-slash::before {
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, .5) calc(100vw), transparent 0)
    }
    .simple-header .hero-content {
        text-align: center
    }
}



@media (max-width:768px) {
    .answer {
        display: none;
        padding: 0 20px
    }
}

.an-children .an-child,
.an-intro>*,
.an-left,
.an-right,
.an-up,
.headline--left::before{
    transition: transform .9s cubic-bezier(.215, .61, .355, 1), opacity .9s cubic-bezier(.215, .61, .355, 1)
}

.an-fade {
    transition: opacity .9s cubic-bezier(.215, .61, .355, 1)
}

.hero--cover .hero__media span {
    transition: transform 2s cubic-bezier(.215, .61, .355, 1), opacity 2s cubic-bezier(.215, .61, .355, 1)
}

.an-slide-after::after {
    transition: transform 2s cubic-bezier(.215, .61, .355, 1)
}

.an-q.an-children .an-child-up,
.an-q.an-intro-up>*,
.an-q.an-up {
    transform: translateY(40px);
    opacity: 0
}

.an-q.an-children .an-child-left,
.an-q.an-intro-left>*,
.an-q.an-left {
    transform: translateX(40px);
    opacity: 0
}


.an-q.an-children .an-child-right,
.an-q.an-intro-right>*,
.an-q.an-right {
    transform: translateX(-40px);
    opacity: 0
}

.an-q.an-children .an-child-fade,
.an-q.an-fade {
    opacity: 0
}

.an-hq.hero--cover .hero__media span {
    transform: scale(1.2);
    opacity: 0
}

.an-q.an-slide-after::after {
    transform: translateX(-300px)
}

.an-delay:nth-child(1),
.an-intro>:nth-child(1),
.an-seq .an-child:nth-child(1) {
    transition-delay: 0s
}

.an-delay:nth-child(2),
.an-intro>:nth-child(2),
.an-seq .an-child:nth-child(2) {
    transition-delay: .3s
}

.an-delay:nth-child(3),
.an-intro>:nth-child(3),
.an-seq .an-child:nth-child(3) {
    transition-delay: .6s
}

.an-delay:nth-child(4),
.an-intro>:nth-child(4),
.an-seq .an-child:nth-child(4) {
    transition-delay: .9s
}

.an-delay:nth-child(5),
.an-intro>:nth-child(5),
.an-seq .an-child:nth-child(5) {
    transition-delay: 1.2s
}

.an-delay:nth-child(6),
.an-intro>:nth-child(6),
.an-seq .an-child:nth-child(6) {
    transition-delay: 1.5s
}

.an-delay:nth-child(7),
.an-intro>:nth-child(7),
.an-seq .an-child:nth-child(7) {
    transition-delay: 1.8s
}

.an-delay:nth-child(8),
.an-intro>:nth-child(8),
.an-seq .an-child:nth-child(8) {
    transition-delay: 2.1s
}

.an-delay:nth-child(9),
.an-intro>:nth-child(9),
.an-seq .an-child:nth-child(9) {
    transition-delay: 2.4s
}

.an-delay:nth-child(10),
.an-intro>:nth-child(10),
.an-seq .an-child:nth-child(10) {
    transition-delay: 2.7s
}

.an-delay:nth-child(11),
.an-intro>:nth-child(11),
.an-seq .an-child:nth-child(11) {
    transition-delay: 3s
}

.an-delay:nth-child(12),
.an-intro>:nth-child(12),
.an-seq .an-child:nth-child(12) {
    transition-delay: 3.3s
}

.an-delay:nth-child(13),
.an-intro>:nth-child(13),
.an-seq .an-child:nth-child(13) {
    transition-delay: 3.6s
}

.an-delay:nth-child(14),
.an-intro>:nth-child(14),
.an-seq .an-child:nth-child(14) {
    transition-delay: 3.9s
}

.an-delay:nth-child(15),
.an-intro>:nth-child(15),
.an-seq .an-child:nth-child(15) {
    transition-delay: 4.2s
}

.an-delay:nth-child(16),
.an-intro>:nth-child(16),
.an-seq .an-child:nth-child(16) {
    transition-delay: 4.5s
}

.an-delay:nth-child(17),
.an-intro>:nth-child(17),
.an-seq .an-child:nth-child(17) {
    transition-delay: 4.8s
}

.an-delay:nth-child(18),
.an-intro>:nth-child(18),
.an-seq .an-child:nth-child(18) {
    transition-delay: 5.1s
}

.an-delay:nth-child(19),
.an-intro>:nth-child(19),
.an-seq .an-child:nth-child(19) {
    transition-delay: 5.4s
}

.an-delay:nth-child(20),
.an-intro>:nth-child(20),
.an-seq .an-child:nth-child(20) {
    transition-delay: 5.7s
}

.an-delay:nth-child(21),
.an-intro>:nth-child(21),
.an-seq .an-child:nth-child(21) {
    transition-delay: 6s
}

.an-delay:nth-child(22),
.an-intro>:nth-child(22),
.an-seq .an-child:nth-child(22) {
    transition-delay: 6.3s
}

.an-delay:nth-child(23),
.an-intro>:nth-child(23),
.an-seq .an-child:nth-child(23) {
    transition-delay: 6.6s
}

.an-delay:nth-child(24),
.an-intro>:nth-child(24),
.an-seq .an-child:nth-child(24) {
    transition-delay: 6.9s
}

.an-delay:nth-child(25),
.an-intro>:nth-child(25),
.an-seq .an-child:nth-child(25) {
    transition-delay: 7.2s
}

.an-delay:nth-child(26),
.an-intro>:nth-child(26),
.an-seq .an-child:nth-child(26) {
    transition-delay: 7.5s
}

.an-delay:nth-child(27),
.an-intro>:nth-child(27),
.an-seq .an-child:nth-child(27) {
    transition-delay: 7.8s
}

.an-delay:nth-child(28),
.an-intro>:nth-child(28),
.an-seq .an-child:nth-child(28) {
    transition-delay: 8.1s
}

.an-delay:nth-child(29),
.an-intro>:nth-child(29),
.an-seq .an-child:nth-child(29) {
    transition-delay: 8.4s
}

.an-delay:nth-child(30),
.an-intro>:nth-child(30),
.an-seq .an-child:nth-child(30) {
    transition-delay: 8.7s
}

.an-delay:nth-child(31),
.an-intro>:nth-child(31),
.an-seq .an-child:nth-child(31) {
    transition-delay: 9s
}

.an-delay:nth-child(32),
.an-intro>:nth-child(32),
.an-seq .an-child:nth-child(32) {
    transition-delay: 9.3s
}

.an-delay:nth-child(33),
.an-intro>:nth-child(33),
.an-seq .an-child:nth-child(33) {
    transition-delay: 9.6s
}

.an-delay:nth-child(34),
.an-intro>:nth-child(34),
.an-seq .an-child:nth-child(34) {
    transition-delay: 9.9s
}

.an-delay:nth-child(35),
.an-intro>:nth-child(35),
.an-seq .an-child:nth-child(35) {
    transition-delay: 10.2s
}

.an-delay:nth-child(36),
.an-intro>:nth-child(36),
.an-seq .an-child:nth-child(36) {
    transition-delay: 10.5s
}

.an-delay:nth-child(37),
.an-intro>:nth-child(37),
.an-seq .an-child:nth-child(37) {
    transition-delay: 10.8s
}

.an-delay:nth-child(38),
.an-intro>:nth-child(38),
.an-seq .an-child:nth-child(38) {
    transition-delay: 11.1s
}

.an-delay:nth-child(39),
.an-intro>:nth-child(39),
.an-seq .an-child:nth-child(39) {
    transition-delay: 11.4s
}

.an-seq-fast .an-child:nth-child(1) {
    transition-delay: 0s
}

.an-seq-fast .an-child:nth-child(2) {
    transition-delay: .1s
}

.an-seq-fast .an-child:nth-child(3) {
    transition-delay: .2s
}

.an-seq-fast .an-child:nth-child(4) {
    transition-delay: .3s
}

.an-seq-fast .an-child:nth-child(5) {
    transition-delay: .4s
}

.an-seq-fast .an-child:nth-child(6) {
    transition-delay: .5s
}

.an-seq-fast .an-child:nth-child(7) {
    transition-delay: .6s
}

.an-seq-fast .an-child:nth-child(8) {
    transition-delay: .7s
}

.an-seq-fast .an-child:nth-child(9) {
    transition-delay: .8s
}

.an-seq-fast .an-child:nth-child(10) {
    transition-delay: .9s
}

.an-seq-fast .an-child:nth-child(11) {
    transition-delay: 1s
}

.an-seq-fast .an-child:nth-child(12) {
    transition-delay: 1.1s
}

.an-seq-fast .an-child:nth-child(13) {
    transition-delay: 1.2s
}

.an-seq-fast .an-child:nth-child(14) {
    transition-delay: 1.3s
}

.an-seq-fast .an-child:nth-child(15) {
    transition-delay: 1.4s
}

.an-seq-fast .an-child:nth-child(16) {
    transition-delay: 1.5s
}

.an-seq-fast .an-child:nth-child(17) {
    transition-delay: 1.6s
}

.an-seq-fast .an-child:nth-child(18) {
    transition-delay: 1.7s
}

.an-seq-fast .an-child:nth-child(19) {
    transition-delay: 1.8s
}

.an-seq-fast .an-child:nth-child(20) {
    transition-delay: 1.9s
}

.an-seq-fast .an-child:nth-child(21) {
    transition-delay: 2s
}

.an-seq-fast .an-child:nth-child(22) {
    transition-delay: 2.1s
}

.an-seq-fast .an-child:nth-child(23) {
    transition-delay: 2.2s
}

.an-seq-fast .an-child:nth-child(24) {
    transition-delay: 2.3s
}

.an-seq-fast .an-child:nth-child(25) {
    transition-delay: 2.4s
}

.an-seq-fast .an-child:nth-child(26) {
    transition-delay: 2.5s
}

.an-seq-fast .an-child:nth-child(27) {
    transition-delay: 2.6s
}

.an-seq-fast .an-child:nth-child(28) {
    transition-delay: 2.7s
}

.an-seq-fast .an-child:nth-child(29) {
    transition-delay: 2.8s
}

.an-seq-fast .an-child:nth-child(30) {
    transition-delay: 2.9s
}

.an-seq-fast .an-child:nth-child(31) {
    transition-delay: 3s
}

.an-seq-fast .an-child:nth-child(32) {
    transition-delay: 3.1s
}

.an-seq-fast .an-child:nth-child(33) {
    transition-delay: 3.2s
}

.an-seq-fast .an-child:nth-child(34) {
    transition-delay: 3.3s
}

.an-seq-fast .an-child:nth-child(35) {
    transition-delay: 3.4s
}

.an-seq-fast .an-child:nth-child(36) {
    transition-delay: 3.5s
}

.an-seq-fast .an-child:nth-child(37) {
    transition-delay: 3.6s
}

.an-seq-fast .an-child:nth-child(38) {
    transition-delay: 3.7s
}

.an-seq-fast .an-child:nth-child(39) {
    transition-delay: 3.8s
}
