blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

button {
    border: 0;
    padding: 0;
    background: 0;
    cursor: pointer
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    box-sizing: inherit
}

audio, embed, iframe, img, object, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

@-ms-viewport {
    width: device-width
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1478px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1478px) {
    .col-mx {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-mx-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-mx-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-mx-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-mx-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-mx-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-mx-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-mx-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-mx-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-mx-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-mx-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-mx-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-mx-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-mx-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-mx-first {
        order: -1
    }

    .order-mx-last {
        order: 13
    }

    .order-mx-0 {
        order: 0
    }

    .order-mx-1 {
        order: 1
    }

    .order-mx-2 {
        order: 2
    }

    .order-mx-3 {
        order: 3
    }

    .order-mx-4 {
        order: 4
    }

    .order-mx-5 {
        order: 5
    }

    .order-mx-6 {
        order: 6
    }

    .order-mx-7 {
        order: 7
    }

    .order-mx-8 {
        order: 8
    }

    .order-mx-9 {
        order: 9
    }

    .order-mx-10 {
        order: 10
    }

    .order-mx-11 {
        order: 11
    }

    .order-mx-12 {
        order: 12
    }

    .offset-mx-0 {
        margin-left: 0
    }

    .offset-mx-1 {
        margin-left: 8.333333%
    }

    .offset-mx-2 {
        margin-left: 16.666667%
    }

    .offset-mx-3 {
        margin-left: 25%
    }

    .offset-mx-4 {
        margin-left: 33.333333%
    }

    .offset-mx-5 {
        margin-left: 41.666667%
    }

    .offset-mx-6 {
        margin-left: 50%
    }

    .offset-mx-7 {
        margin-left: 58.333333%
    }

    .offset-mx-8 {
        margin-left: 66.666667%
    }

    .offset-mx-9 {
        margin-left: 75%
    }

    .offset-mx-10 {
        margin-left: 83.333333%
    }

    .offset-mx-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1478px) {
    .d-mx-none {
        display: none !important
    }

    .d-mx-inline {
        display: inline !important
    }

    .d-mx-inline-block {
        display: inline-block !important
    }

    .d-mx-block {
        display: block !important
    }

    .d-mx-table {
        display: table !important
    }

    .d-mx-table-row {
        display: table-row !important
    }

    .d-mx-table-cell {
        display: table-cell !important
    }

    .d-mx-flex {
        display: flex !important
    }

    .d-mx-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1478px) {
    .flex-mx-row {
        flex-direction: row !important
    }

    .flex-mx-column {
        flex-direction: column !important
    }

    .flex-mx-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-mx-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-mx-wrap {
        flex-wrap: wrap !important
    }

    .flex-mx-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-mx-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-mx-fill {
        flex: 1 1 auto !important
    }

    .flex-mx-grow-0 {
        flex-grow: 0 !important
    }

    .flex-mx-grow-1 {
        flex-grow: 1 !important
    }

    .flex-mx-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-mx-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-mx-start {
        justify-content: flex-start !important
    }

    .justify-content-mx-end {
        justify-content: flex-end !important
    }

    .justify-content-mx-center {
        justify-content: center !important
    }

    .justify-content-mx-between {
        justify-content: space-between !important
    }

    .justify-content-mx-around {
        justify-content: space-around !important
    }

    .align-items-mx-start {
        align-items: flex-start !important
    }

    .align-items-mx-end {
        align-items: flex-end !important
    }

    .align-items-mx-center {
        align-items: center !important
    }

    .align-items-mx-baseline {
        align-items: baseline !important
    }

    .align-items-mx-stretch {
        align-items: stretch !important
    }

    .align-content-mx-start {
        align-content: flex-start !important
    }

    .align-content-mx-end {
        align-content: flex-end !important
    }

    .align-content-mx-center {
        align-content: center !important
    }

    .align-content-mx-between {
        align-content: space-between !important
    }

    .align-content-mx-around {
        align-content: space-around !important
    }

    .align-content-mx-stretch {
        align-content: stretch !important
    }

    .align-self-mx-auto {
        align-self: auto !important
    }

    .align-self-mx-start {
        align-self: flex-start !important
    }

    .align-self-mx-end {
        align-self: flex-end !important
    }

    .align-self-mx-center {
        align-self: center !important
    }

    .align-self-mx-baseline {
        align-self: baseline !important
    }

    .align-self-mx-stretch {
        align-self: stretch !important
    }
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.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
    }
}

@media(min-width:1478px) {
    .text-mx-left {
        text-align: left !important
    }

    .text-mx-right {
        text-align: right !important
    }

    .text-mx-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .7
    }

    .hamburger.is-active:hover {
        opacity: .7
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #000
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner:after, .hamburger-inner:before {
            content: "";
            display: block
        }

        .hamburger-inner:before {
            top: -10px
        }

        .hamburger-inner:after {
            bottom: -10px
        }

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

    .hamburger--arrowturn.is-active .hamburger-inner:before {
        transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1)
    }

    .hamburger--arrowturn.is-active .hamburger-inner:after {
        transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1)
    }

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    font-family: Norwester;
    src: url(/Static/fonts/norwester.eot);
    src: url(/Static/fonts/norwester.eot?#iefix) format("embedded-opentype"),url(/Static/fonts/norwester.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

.f-page-heading {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    text-shadow: 2px 2px 2px #000
}

@media(max-width:767px) {
    .f-page-heading {
        font-size: 2.5rem !important
    }
}

.f-body, .rotator_body p {
    color: #0b0b0b;
    font-family: Lato,sans-serif;
    font-size: 1.6rem;
    line-height: 1.4
}

    .f-body p, .rotator_body p p {
        margin-bottom: 16px
    }

    .f-body table, .rotator_body p table {
        margin-bottom: 20px
    }

    .f-body ul, .rotator_body p ul {
        list-style: none;
        padding-left: 15px;
        margin-bottom: 16px
    }

        .f-body ul li, .rotator_body p ul li {
            list-style-type: none;
            margin-bottom: 6px
        }

            .f-body ul li:before, .rotator_body p ul li:before {
                content: '\2022';
                color: #c8a976;
                padding-right: 15px
            }

            .f-body ul li:last-of-type, .rotator_body p ul li:last-of-type {
                margin-bottom: 0
            }

    .f-body ol, .rotator_body p ol {
        list-style: decimal;
        padding-left: 30px;
        margin-bottom: 16px
    }

        .f-body ol li, .rotator_body p ol li {
            margin-bottom: 6px
        }

.f-copyright {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 1.2rem;
    font-weight: 300
}

.f-link {
    color: #fff;
    font-weight: 700;
    font-family: Lato,sans-serif;
    font-size: 1.2rem
}

.n-link {
    color: #fff;
    font-weight: 700;
    font-family: Lato,sans-serif;
    font-size: 1.2rem
}

.f-quote {
    color: #00a6c3;
    font-family: Lato,sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.4
}

.f-quote-author {
    color: #0b0b0b;
    font-size: 1.2rem;
    font-family: Lato,sans-serif;
    font-style: italic
}

.accordion_body h1, .accordion_body h2, .accordion_body h3, .accordion_body h4, .accordion_body h5, .accordion_body h6, .accordion_body p, .accordion_item-title-wrap h1, .accordion_item-title-wrap h2, .accordion_item-title-wrap h3, .accordion_item-title-wrap h4, .accordion_item-title-wrap h5, .accordion_item-title-wrap h6, .accordion_item-title-wrap p, .f-heading-1, .rotator_body h1, .rotator_body h2, .rotator_body h3, .rotator_body h4, .rotator_body h5, .rotator_body h6, .text-w-img_wysiwyg-wrap h1, .text-w-img_wysiwyg-wrap h2, .text-w-img_wysiwyg-wrap h3, .text-w-img_wysiwyg-wrap h4, .text-w-img_wysiwyg-wrap h5, .text-w-img_wysiwyg-wrap h6, .text-w-img_wysiwyg-wrap p {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    color: #00a6c3;
    font-size: 2.5rem;
    margin-bottom: 16px
}

    .accordion_body h1 h1, .accordion_body h2 h1, .accordion_body h3 h1, .accordion_body h4 h1, .accordion_body h5 h1, .accordion_body h6 h1, .accordion_body p h1, .accordion_item-title-wrap h1 h1, .accordion_item-title-wrap h2 h1, .accordion_item-title-wrap h3 h1, .accordion_item-title-wrap h4 h1, .accordion_item-title-wrap h5 h1, .accordion_item-title-wrap h6 h1, .accordion_item-title-wrap p h1, .f-heading-1 h1, .rotator_body h1 h1, .rotator_body h2 h1, .rotator_body h3 h1, .rotator_body h4 h1, .rotator_body h5 h1, .rotator_body h6 h1, .text-w-img_wysiwyg-wrap h1 h1, .text-w-img_wysiwyg-wrap h2 h1, .text-w-img_wysiwyg-wrap h3 h1, .text-w-img_wysiwyg-wrap h4 h1, .text-w-img_wysiwyg-wrap h5 h1, .text-w-img_wysiwyg-wrap h6 h1, .text-w-img_wysiwyg-wrap p h1 {
        font-size: 2.5rem
    }

    .accordion_body h1 h2, .accordion_body h2 h2, .accordion_body h3 h2, .accordion_body h4 h2, .accordion_body h5 h2, .accordion_body h6 h2, .accordion_body p h2, .accordion_item-title-wrap h1 h2, .accordion_item-title-wrap h2 h2, .accordion_item-title-wrap h3 h2, .accordion_item-title-wrap h4 h2, .accordion_item-title-wrap h5 h2, .accordion_item-title-wrap h6 h2, .accordion_item-title-wrap p h2, .f-heading-1 h2, .rotator_body h1 h2, .rotator_body h2 h2, .rotator_body h3 h2, .rotator_body h4 h2, .rotator_body h5 h2, .rotator_body h6 h2, .text-w-img_wysiwyg-wrap h1 h2, .text-w-img_wysiwyg-wrap h2 h2, .text-w-img_wysiwyg-wrap h3 h2, .text-w-img_wysiwyg-wrap h4 h2, .text-w-img_wysiwyg-wrap h5 h2, .text-w-img_wysiwyg-wrap h6 h2, .text-w-img_wysiwyg-wrap p h2 {
        font-size: 2rem
    }

    .accordion_body h1 h3, .accordion_body h2 h3, .accordion_body h3 h3, .accordion_body h4 h3, .accordion_body h5 h3, .accordion_body h6 h3, .accordion_body p h3, .accordion_item-title-wrap h1 h3, .accordion_item-title-wrap h2 h3, .accordion_item-title-wrap h3 h3, .accordion_item-title-wrap h4 h3, .accordion_item-title-wrap h5 h3, .accordion_item-title-wrap h6 h3, .accordion_item-title-wrap p h3, .f-heading-1 h3, .rotator_body h1 h3, .rotator_body h2 h3, .rotator_body h3 h3, .rotator_body h4 h3, .rotator_body h5 h3, .rotator_body h6 h3, .text-w-img_wysiwyg-wrap h1 h3, .text-w-img_wysiwyg-wrap h2 h3, .text-w-img_wysiwyg-wrap h3 h3, .text-w-img_wysiwyg-wrap h4 h3, .text-w-img_wysiwyg-wrap h5 h3, .text-w-img_wysiwyg-wrap h6 h3, .text-w-img_wysiwyg-wrap p h3 {
        font-size: 1.75rem
    }

    .accordion_body h1 h4, .accordion_body h2 h4, .accordion_body h3 h4, .accordion_body h4 h4, .accordion_body h5 h4, .accordion_body h6 h4, .accordion_body p h4, .accordion_item-title-wrap h1 h4, .accordion_item-title-wrap h2 h4, .accordion_item-title-wrap h3 h4, .accordion_item-title-wrap h4 h4, .accordion_item-title-wrap h5 h4, .accordion_item-title-wrap h6 h4, .accordion_item-title-wrap p h4, .f-heading-1 h4, .rotator_body h1 h4, .rotator_body h2 h4, .rotator_body h3 h4, .rotator_body h4 h4, .rotator_body h5 h4, .rotator_body h6 h4, .text-w-img_wysiwyg-wrap h1 h4, .text-w-img_wysiwyg-wrap h2 h4, .text-w-img_wysiwyg-wrap h3 h4, .text-w-img_wysiwyg-wrap h4 h4, .text-w-img_wysiwyg-wrap h5 h4, .text-w-img_wysiwyg-wrap h6 h4, .text-w-img_wysiwyg-wrap p h4 {
        font-size: 1.5rem
    }

    .accordion_body h1 h5, .accordion_body h2 h5, .accordion_body h3 h5, .accordion_body h4 h5, .accordion_body h5 h5, .accordion_body h6 h5, .accordion_body p h5, .accordion_item-title-wrap h1 h5, .accordion_item-title-wrap h2 h5, .accordion_item-title-wrap h3 h5, .accordion_item-title-wrap h4 h5, .accordion_item-title-wrap h5 h5, .accordion_item-title-wrap h6 h5, .accordion_item-title-wrap p h5, .f-heading-1 h5, .rotator_body h1 h5, .rotator_body h2 h5, .rotator_body h3 h5, .rotator_body h4 h5, .rotator_body h5 h5, .rotator_body h6 h5, .text-w-img_wysiwyg-wrap h1 h5, .text-w-img_wysiwyg-wrap h2 h5, .text-w-img_wysiwyg-wrap h3 h5, .text-w-img_wysiwyg-wrap h4 h5, .text-w-img_wysiwyg-wrap h5 h5, .text-w-img_wysiwyg-wrap h6 h5, .text-w-img_wysiwyg-wrap p h5 {
        font-size: 1.25rem
    }

    .accordion_body h1 h6, .accordion_body h2 h6, .accordion_body h3 h6, .accordion_body h4 h6, .accordion_body h5 h6, .accordion_body h6 h6, .accordion_body p h6, .accordion_item-title-wrap h1 h6, .accordion_item-title-wrap h2 h6, .accordion_item-title-wrap h3 h6, .accordion_item-title-wrap h4 h6, .accordion_item-title-wrap h5 h6, .accordion_item-title-wrap h6 h6, .accordion_item-title-wrap p h6, .f-heading-1 h6, .rotator_body h1 h6, .rotator_body h2 h6, .rotator_body h3 h6, .rotator_body h4 h6, .rotator_body h5 h6, .rotator_body h6 h6, .text-w-img_wysiwyg-wrap h1 h6, .text-w-img_wysiwyg-wrap h2 h6, .text-w-img_wysiwyg-wrap h3 h6, .text-w-img_wysiwyg-wrap h4 h6, .text-w-img_wysiwyg-wrap h5 h6, .text-w-img_wysiwyg-wrap h6 h6, .text-w-img_wysiwyg-wrap p h6 {
        font-size: 1rem
    }

    .accordion_body h1 p, .accordion_body h2 p, .accordion_body h3 p, .accordion_body h4 p, .accordion_body h5 p, .accordion_body h6 p, .accordion_body p p, .accordion_item-title-wrap h1 p, .accordion_item-title-wrap h2 p, .accordion_item-title-wrap h3 p, .accordion_item-title-wrap h4 p, .accordion_item-title-wrap h5 p, .accordion_item-title-wrap h6 p, .accordion_item-title-wrap p p, .f-heading-1 p, .rotator_body h1 p, .rotator_body h2 p, .rotator_body h3 p, .rotator_body h4 p, .rotator_body h5 p, .rotator_body h6 p, .text-w-img_wysiwyg-wrap h1 p, .text-w-img_wysiwyg-wrap h2 p, .text-w-img_wysiwyg-wrap h3 p, .text-w-img_wysiwyg-wrap h4 p, .text-w-img_wysiwyg-wrap h5 p, .text-w-img_wysiwyg-wrap h6 p, .text-w-img_wysiwyg-wrap p p {
        font-size: 1.5rem;
        color: #0b0b0b;
        font-weight: 400
    }

.f-news-article-heading {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    font-size: 1.8rem;
    color: #008ca4;
    font-weight: 700;
    margin-bottom: 16px
}

.f-accordion-title {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    color: #0b0b0b;
    font-size: 1.6rem;
    font-weight: 700
}

.f-text-link {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    color: #00a6c3;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all .3s cubic-bezier(.17,.67,.35,1)
}

    .f-text-link:active, .f-text-link:hover {
        color: #00bcdd
    }

.f-h2 {
    font-family: Lato,sans-serif;
    font-size: 3.6rem;
    color: #fff;
    line-height: 1.08
}

.f-tabs-label {
    font-family: Lato,sans-serif;
    font-size: 1.6rem;
    color: #fff
}

html {
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    width: 100%;
    height: 100%
}

.container-fluid {
    padding-right: 36px;
    padding-left: 36px
}

@media(max-width:767px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

a {
    display: inline-block;
    text-decoration: none
}

.gutters-52px {
    margin-right: -26px;
    margin-left: -26px
}

    .gutters-52px > .col, .gutters-52px > [class*=col-] {
        padding-right: 26px;
        padding-left: 26px
    }

@media(max-width:767px) {
    .gutters-52px {
        margin-left: -15px;
        margin-right: -15px
    }

        .gutters-52px > .col, .gutters-52px > [class*=col-] {
            padding-right: 15px;
            padding-left: 15px
        }
}

.blur-2px {
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear,-webkit-filter .2s linear;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.cover {
    position: relative;
    min-height: 600px;
    height: 600px;
    background-size: cover;
    background-position: 50% 50%
}

    .cover .button {
        margin-top: 40px
    }

@media(max-width:767px) {
    .cover {
        margin-top: 0 !important
    }
}

.cover_iframe-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

    .cover_iframe-wrap iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.cover_text-wrap {
    max-width: 480px;
    position: relative;
    z-index: 5
}

.cover_heading {
    margin-bottom: 35px
}

.cover_body {
    color: #fff;
    text-shadow: 2px 2px 2px #000
}

.cover_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    padding-left: 56px;
    padding-right: 56px
}

    .cover_bg.is-vid-bg {
        position: absolute;
        top: 0;
        left: 0
    }

.cover_play-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(11,11,11,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    transition: all .3s cubic-bezier(.17,.67,.35,1);
    margin-top: 40px
}

    .cover_play-btn img {
        position: relative;
        left: 2px
    }

    .cover_play-btn:hover {
        background: rgba(11,11,11,.35)
    }

    .cover_play-btn:active {
        background: rgba(11,11,11,.1);
        box-shadow: 0 0 0 rgba(0,0,0,.5)
    }

@media(max-width:767px) {
    .cover_bg {
        padding-left: 15px;
        padding-right: 15px
    }

    .cover_heading {
        margin-bottom: 15px
    }
}

.video-player {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 56.25%;
    height: 100%;
    width: 100%
}

    .video-player iframe {
        background-color: #0b0b0b;
        width: 100vw;
        height: 56.25vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.video-player_placeholder {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-color: #cfcfcf
}

.video-player_thumb {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%
}

.codesnippetblock iframe {
    width: 100%;
    overflow: hidden;
    height: 100%
}

.codesnippetblock .juicer-feed.loaded {
    max-height: 100% !important
}

.button {
    position: relative;
    background-color: #c8a976;
    text-align: center;
    padding: 12px 46px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all .3s cubic-bezier(.17,.67,.35,1)
}

    .button.is-corner-cta {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 96px;
        height: 50px;
        padding: 0;
        background-color: rgba(0,0,0,0);
        border-radius: 0;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 20px;
        border-top-left-radius: 200%
    }

        .button.is-corner-cta .fas {
            top: 40%;
            right: 10px;
            position: absolute;
            font-size: 20px
        }

        .button.is-corner-cta:hover {
            background-color: rgba(0,0,0,0);
            -webkit-filter: brightness(.91) sepia(0) saturate(1.6);
            filter: brightness(.91) sepia(0) saturate(1.6)
        }

        .button.is-corner-cta:active {
            background-color: rgba(0,0,0,0);
            -webkit-filter: brightness(.96) sepia(0) saturate(1.3);
            filter: brightness(.96) sepia(0) saturate(1.3)
        }

        .button.is-corner-cta:after {
            transition: all .3s cubic-bezier(.17,.67,.35,1);
            font-family: "Font Awesome 5 Free";
            position: absolute;
            width: 9px;
            height: 16px;
            right: 16px;
            top: 59%;
            transform: translatey(-50%);
            opacity: 1
        }

        .button.is-corner-cta:before {
            transition: all .3s cubic-bezier(.17,.67,.35,1);
            font-family: "Font Awesome 5 Free";
            position: absolute;
            width: 9px;
            height: 16px;
            right: 26px;
            top: 59%;
            transform: translatey(-50%);
            opacity: 0
        }

    .button.has-icon {
        text-align: left;
        padding: 12px 34px 12px 16px;
        min-width: 160px;
        color: #fff
    }

        .button.has-icon .fas {
            right: 20px;
            top: 10px;
            position: absolute;
            font-size: 20px
        }

        .button.has-icon:after {
            transition: all .3s cubic-bezier(.17,.67,.35,1);
            font-family: "Font Awesome 5 Free";
            position: absolute;
            width: 9px;
            height: 16px;
            right: 16px;
            top: 50%;
            transform: translatey(-50%);
            opacity: 1
        }

        .button.has-icon:before {
            transition: all .3s cubic-bezier(.17,.67,.35,1);
            font-family: "Font Awesome 5 Free";
            position: absolute;
            width: 9px;
            height: 16px;
            right: 26px;
            top: 50%;
            transform: translatey(-50%);
            opacity: 0
        }

    .button:hover {
        background-color: #b99252
    }

        .button:hover:after {
            opacity: 0;
            right: 6px
        }

        .button:hover:before {
            opacity: 1;
            right: 16px
        }

    .button:active {
        background-color: #c19e64
    }

.has-swiper-corner-btns .swiper-pagination {
    top: 20px;
    right: 22px;
    left: initial;
    bottom: initial;
    display: inline-block;
    width: initial;
    z-index: 5;
    text-align: right
}

    .has-swiper-corner-btns .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        background: #fff;
        opacity: 1;
        width: 6px;
        height: 6px;
        margin: 0 5px
    }

    .has-swiper-corner-btns .swiper-pagination .swiper-pagination-bullet-active {
        background: #00a6c3
    }

.has-swiper-corner-btns .swiper-button-next, .has-swiper-corner-btns .swiper-button-prev {
    position: absolute;
    background-color: #00a6c3;
    width: 100px;
    height: 60px;
    background-size: 16px 17px;
    transition: all .3s cubic-bezier(.17,.67,.35,1)
}

    .has-swiper-corner-btns .swiper-button-next:active, .has-swiper-corner-btns .swiper-button-next:hover, .has-swiper-corner-btns .swiper-button-prev:active, .has-swiper-corner-btns .swiper-button-prev:hover {
        background-color: #007b90
    }

.has-swiper-corner-btns .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: 86% 72%;
    -webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
    clip-path: polygon(100% 0,0 100%,100% 100%);
    bottom: 0;
    right: 0;
    top: initial;
    left: initial
}

.has-swiper-corner-btns .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: 14% 72%;
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%);
    clip-path: polygon(0 0,0 100%,100% 100%);
    bottom: 0;
    left: 0;
    top: initial;
    right: initial
}

.has-swiper-corner-btns .swiper-button-disabled {
    background-color: #9ca8b0;
    opacity: 1
}

.text-w-img {
    padding: 76px 0;
    position: relative
}

    .text-w-img .is-img-tag {
        display: flex
    }

        .text-w-img .is-img-tag img {
            display: block;
            width: 100%
        }

            .text-w-img .is-img-tag img.img-align-none {
                margin: 0
            }

            .text-w-img .is-img-tag img.img-align-top {
                align-self: flex-start
            }

            .text-w-img .is-img-tag img.img-align-bottom {
                align-self: flex-end
            }

            .text-w-img .is-img-tag img.img-align-center {
                margin: 0 auto
            }

            .text-w-img .is-img-tag img.img-align-left {
                margin: 0 auto 0 0
            }

            .text-w-img .is-img-tag img.img-align-right {
                margin: 0 0 0 auto
            }

    .text-w-img #youtube-player, .text-w-img .vimeo-player {
        display: flex
    }

        .text-w-img #youtube-player iframe, .text-w-img .vimeo-player iframe {
            background-color: transparent;
            width: 100%;
            height: 100%
        }

    .text-w-img .container-fluid {
        padding-right: 26px;
        padding-left: 26px
    }

    .accordion_body .text-w-img h1, .accordion_body .text-w-img h2, .accordion_body .text-w-img h3, .accordion_body .text-w-img h4, .accordion_body .text-w-img h5, .accordion_body .text-w-img h6, .accordion_body .text-w-img p, .accordion_item-title-wrap .text-w-img h1, .accordion_item-title-wrap .text-w-img h2, .accordion_item-title-wrap .text-w-img h3, .accordion_item-title-wrap .text-w-img h4, .accordion_item-title-wrap .text-w-img h5, .accordion_item-title-wrap .text-w-img h6, .accordion_item-title-wrap .text-w-img p, .rotator_body .text-w-img h1, .rotator_body .text-w-img h2, .rotator_body .text-w-img h3, .rotator_body .text-w-img h4, .rotator_body .text-w-img h5, .rotator_body .text-w-img h6, .text-w-img .accordion_body h1, .text-w-img .accordion_body h2, .text-w-img .accordion_body h3, .text-w-img .accordion_body h4, .text-w-img .accordion_body h5, .text-w-img .accordion_body h6, .text-w-img .accordion_body p, .text-w-img .accordion_item-title-wrap h1, .text-w-img .accordion_item-title-wrap h2, .text-w-img .accordion_item-title-wrap h3, .text-w-img .accordion_item-title-wrap h4, .text-w-img .accordion_item-title-wrap h5, .text-w-img .accordion_item-title-wrap h6, .text-w-img .accordion_item-title-wrap p, .text-w-img .f-heading-1, .text-w-img .rotator_body h1, .text-w-img .rotator_body h2, .text-w-img .rotator_body h3, .text-w-img .rotator_body h4, .text-w-img .rotator_body h5, .text-w-img .rotator_body h6, .text-w-img .text-w-img_wysiwyg-wrap h1, .text-w-img .text-w-img_wysiwyg-wrap h2, .text-w-img .text-w-img_wysiwyg-wrap h3, .text-w-img .text-w-img_wysiwyg-wrap h4, .text-w-img .text-w-img_wysiwyg-wrap h5, .text-w-img .text-w-img_wysiwyg-wrap h6, .text-w-img .text-w-img_wysiwyg-wrap p, .text-w-img_wysiwyg-wrap .text-w-img h1, .text-w-img_wysiwyg-wrap .text-w-img h2, .text-w-img_wysiwyg-wrap .text-w-img h3, .text-w-img_wysiwyg-wrap .text-w-img h4, .text-w-img_wysiwyg-wrap .text-w-img h5, .text-w-img_wysiwyg-wrap .text-w-img h6, .text-w-img_wysiwyg-wrap .text-w-img p {
        will-change: filter
    }

    .rotator_body .text-w-img p, .text-w-img .f-body, .text-w-img .rotator_body p {
        will-change: filter
    }

        .rotator_body .text-w-img p table, .text-w-img .f-body table, .text-w-img .rotator_body p table {
            font-family: Lato,sans-serif;
            color: #0b0b0b;
            font-size: 1.2rem;
            border: 0
        }

            .rotator_body .text-w-img p table td, .text-w-img .f-body table td, .text-w-img .rotator_body p table td {
                border: 0;
                padding: 8px 16px
            }

            .rotator_body .text-w-img p table tr, .text-w-img .f-body table tr, .text-w-img .rotator_body p table tr {
                border: 0;
                border-bottom: 1px solid #c8a976
            }

                .rotator_body .text-w-img p table tr:first-of-type, .text-w-img .f-body table tr:first-of-type, .text-w-img .rotator_body p table tr:first-of-type {
                    font-weight: 600;
                    border-bottom: 2px solid #c8a976
                }

                .rotator_body .text-w-img p table tr:last-of-type, .text-w-img .f-body table tr:last-of-type, .text-w-img .rotator_body p table tr:last-of-type {
                    border-bottom: 2px solid #c8a976
                }

.text-w-img_wysiwyg-wrap {
    will-change: filter;
    margin-bottom: 16px
}

    .text-w-img_wysiwyg-wrap h1 {
        font-size: 2.5rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap h2 {
        font-size: 2rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap h3 {
        font-size: 1.75rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap h4 {
        font-size: 1.5rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap h5 {
        font-size: 1.25rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap h6 {
        font-size: 1rem;
        margin-bottom: 0
    }

    .text-w-img_wysiwyg-wrap p {
        font-size: 1.5rem;
        color: #0b0b0b;
        margin-bottom: 0;
        font-weight: 400
    }

.text-w-img_col-1 {
    text-align: center
}

    .text-w-img_col-1.is-bg-img {
        min-height: 440px;
        background-size: cover;
        background-position: center
    }

    .text-w-img_col-1.is-left {
        order: -1;
        text-align: start
    }

.text-w-img_col-2 {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

    .text-w-img_col-2.has-no-img.is-center-aligned {
        margin: 0 auto
    }

    .text-w-img_col-2.has-no-img.is-right-aligned {
        margin-left: auto
    }

    .text-w-img_col-2.has-no-img.is-left-aligned {
        margin-right: auto
    }

    .text-w-img_col-2.for-bg-img {
        justify-content: center
    }

    .text-w-img_col-2.is-left {
        order: -1;
        text-align: start
    }

.text-w-img.has-light-box {
    display: flex;
    align-items: center;
    justify-content: center
}

    .text-w-img.has-light-box .text-w-img_col-2 {
        position: relative
    }

.text-w-img_lightbox-content {
    display: none;
    padding: 26px;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,.9);
    box-shadow: 5px 5px 15px 5px grey
}

    .text-w-img_lightbox-content table {
        font-family: Lato,sans-serif;
        color: #0b0b0b;
        font-size: 1.2rem;
        border: 0
    }

        .text-w-img_lightbox-content table td {
            border: 0;
            padding: 8px 16px
        }

        .text-w-img_lightbox-content table tr {
            border: 0;
            border-bottom: 1px solid #c8a976
        }

            .text-w-img_lightbox-content table tr:first-of-type {
                font-weight: 600;
                border-bottom: 2px solid #c8a976
            }

            .text-w-img_lightbox-content table tr:last-of-type {
                border-bottom: 2px solid #c8a976
            }

.text-w-img_lightbox-trig-wrap {
    will-change: filter;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 11px 0 14px;
    border-top: 2px solid #c8a976
}

.text-w-img_lightbox-btn {
    color: #0b0b0b;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

.text-w-img_lightbox-close-btn {
    position: absolute;
    top: 10px;
    right: 23px
}

.text-w-img_lightbox-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 9px
}

    .text-w-img_lightbox-icon.is-close {
        transform: rotate(45deg)
    }

    .text-w-img_lightbox-icon .first, .text-w-img_lightbox-icon .sec {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #c8a976
    }

    .text-w-img_lightbox-icon .first {
        top: 9px;
        left: 0
    }

    .text-w-img_lightbox-icon .sec {
        left: 0;
        top: 9px;
        transform: rotate(90deg)
    }

@media(max-width:767px) {
    .text-w-img {
        padding: 56px 0
    }

    .text-w-img_col-2 {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .text-w-img_col-1.is-bg-img, .text-w-img_col-1.is-img-tag {
        order: -2
    }
}

.quote {
    padding: 40px 0
}

.quote_text-wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 53px !important;
    padding-left: 53px !important;
    background-color: #f7f7f7;
    text-align: center;
    position: relative
}

.quote_quote-text {
    margin-bottom: 12px;
    position: relative
}

    .quote_quote-text:before {
        content: '';
        background-image: url(../img/icon-open-quote.png);
        background-repeat: no-repeat;
        width: 17px;
        height: 14px;
        position: absolute;
        top: -4px;
        left: -20px;
        transform: rotate(180deg)
    }

    .quote_quote-text:after {
        content: '';
        background-image: url(../img/icon-open-quote.png);
        background-repeat: no-repeat;
        width: 17px;
        height: 14px;
        position: absolute;
        bottom: -4px;
        right: -20px
    }

.quote_img-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px
}

    .quote_img-wrap img {
        width: 100%
    }

.main-nav {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    height: 130px;
    width: 100%;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),transparent)
}

    .main-nav.is-scrolled {
        background-color: #fff;
        background-image: none;
        box-shadow: 0 1px 1px rgba(0,0,0,.2)
    }

        .main-nav.is-scrolled .main-nav_search-svg-fill {
            fill: #0b0b0b
        }

        .main-nav.is-scrolled .main-nav_link-lvl-1 {
            color: #0b0b0b
        }

            .main-nav.is-scrolled .main-nav_link-lvl-1:before {
                background: #0b0b0b
            }

    .main-nav .container-fluid {
        height: 100%
    }

.main-nav_mobile-nav-submenu-expand {
    display: none
}

.main-nav_hamburger {
    display: none
}

.main-nav_home-link {
    height: 100%;
    width: 100%
}

.main-nav_logo-bg {
    padding: 1rem 0
}

    .main-nav_logo-bg img {
        display: block;
        border: 0;
        outline: 0
    }

        .main-nav_logo-bg img.top {
            align-self: flex-start
        }

        .main-nav_logo-bg img.bottom {
            align-self: flex-end
        }

        .main-nav_logo-bg img.right {
            margin: 0 0 0 auto
        }

        .main-nav_logo-bg img.left {
            margin: 0 auto 0 0
        }

.main-nav_row-1 {
    height: 100%;
    align-items: center;
    display: flex;
    align-content: center;
    margin-top: 25px
}

.main-nav_links-col {
    text-align: center;
    flex: auto
}

.main-nav_cat-lvl-1 {
    width: 100%;
    display: inline-flex;
    justify-content: center
}

    .main-nav_cat-lvl-1 > li {
        display: inline-block;
        position: relative;
        padding: 6px 15px
    }

        .main-nav_cat-lvl-1 > li:last-child {
            position: absolute;
            top: 5px;
            right: 5px
        }

    .main-nav_cat-lvl-1 .language-toggle {
        display: flex
    }

    .main-nav_cat-lvl-1 li:hover .main-nav_cat-lvl-2 {
        pointer-events: all;
        opacity: 1
    }

.main-nav_search-li {
    border-left: 1px solid #dde1e4
}

.main-nav_search-btn {
    cursor: pointer
}

.main-nav_search-svg-fill {
    fill: #fff
}

.main-nav_search-icon {
    cursor: pointer;
    height: auto
}

    .main-nav_search-icon > a {
        font-family: Lato,sans-serif;
        text-decoration: none
    }

.main-nav_logo-section {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex: 4
}

.main-nav_award-logo {
    flex: 3
}

    .main-nav_award-logo img {
        position: relative;
        width: 165px;
        float: right;
        top: 25px
    }

.main-nav_award-logo-mobile {
    position: relative;
    width: 100px;
    float: left;
    display: none
}

.main-nav_cat-lvl-2 {
    box-sizing: border-box;
    transition: all .3s cubic-bezier(.17,.67,.35,1);
    opacity: 0;
    pointer-events: none;
    border-radius: 1px;
    padding: 15px 10% 20px;
    position: absolute;
    top: 100%;
    width: fit-content;
    left: 0;
    min-width: 100%;
    background: rgba(255,255,255,.99);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.09)
}

    .main-nav_cat-lvl-2:hover {
        pointer-events: all;
        opacity: 1
    }

    .main-nav_cat-lvl-2 li {
        display: block;
        padding: 5% 0
    }

.main-nav_link-lvl-1, .main-nav_link-lvl-2 {
    font-weight: 700;
    font-family: Lato,sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all .3s cubic-bezier(.17,.67,.35,1);
    top: 2px
}

.main-nav .text-underline, .main-nav .text-underline-scrolled {
    width: 0;
    height: 3px;
    position: relative;
    top: 3px
}

.main-nav .animate-in {
    transition: width .3s ease-in,opacity .5s ease-out;
    width: 100%
}

.main-nav .animate-out {
    transition: width .3s ease-in,opacity .5s ease-out;
    width: 0
}

.main-nav_link-lvl-2 {
    color: #0b0b0b
}

    .main-nav_link-lvl-2:before {
        background: #0b0b0b
    }

@media(max-width:1262px) {
    .main-nav_logo-section {
        margin-top: 5px;
        justify-content: space-between
    }

    .main-nav_logo-bg {
        padding: 0
    }

    .main-nav_award-logo {
        display: none
    }

    .main-nav_links-col {
        flex: auto
    }

    .main-nav_search-icon > a {
        font-size: 1.8rem
    }
}

@media(max-width:1262px) {
    .main-nav_award-logo {
        display: none
    }

    .main-nav {
        height: 100px
    }

    .main-nav_row-1 {
        margin-top: 0
    }

    .main-nav_logo-section {
        flex-direction: row;
        flex: auto;
        position: relative;
        max-width: 30%;
        top: -5px
    }

    .main-nav_cat-lvl-1 > li:last-child {
        position: unset
    }

    .main-nav_cat-lvl-1 .language-toggle {
        justify-content: center
    }

        .main-nav_cat-lvl-1 .language-toggle li {
            padding: 0 5px
        }

    .main-nav_search-icon {
        width: 35%
    }

        .main-nav_search-icon img, .main-nav_search-icon > a {
            display: block;
            margin: 0 0 2%
        }

        .main-nav_search-icon a {
            font-size: 1.4rem
        }

    .main-nav .hamburger {
        padding: 5px 15px 5px;
        outline: 0;
        font-size: 30px
    }

    .main-nav .hamburger-box {
        width: 38px
    }

    .main-nav .hamburger-inner {
        width: 38px
    }

        .main-nav .hamburger-inner:before {
            width: 38px
        }

        .main-nav .hamburger-inner:after {
            width: 38px
        }

    .main-nav_hamburger {
        display: block
    }

    .main-nav_mobile-nav-submenu-expand {
        margin-left: 15px;
        position: relative;
        top: 7px;
        display: inline-block;
        outline: 0;
        font-size: 30px
    }

        .main-nav_mobile-nav-submenu-expand.is-active img {
            transform: rotatex(180deg)
        }

        .main-nav_mobile-nav-submenu-expand img {
            pointer-events: none;
            transform-origin: 50% 46%;
            width: 35px;
            transition: all .3s cubic-bezier(.17,.67,.35,1)
        }

    .main-nav_row-1 {
        justify-content: space-between
    }

    .main-nav_cat-lvl-2 {
        transition: none;
        display: none;
        position: relative;
        width: 100%;
        background: rgba(255,255,255,0);
        top: initial;
        left: initial;
        opacity: 1;
        box-shadow: none;
        padding: 0
    }

        .main-nav_cat-lvl-2 li {
            padding: 15px !important
        }

            .main-nav_cat-lvl-2 li:first-of-type {
                padding-top: 30px !important
            }

    .main-nav_links-col {
        transition: transform .3s cubic-bezier(.17,.67,.35,1);
        transform: translatex(-100%);
        text-align: right;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 0;
        background: rgba(255,255,255,.99);
        z-index: -5
    }

        .main-nav_links-col.is-open {
            overflow-y: scroll;
            transform: translatex(0)
        }

    .main-nav_cat-lvl-1 {
        padding-top: 120px;
        color: #0b0b0b;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

        .main-nav_cat-lvl-1 li {
            text-align: center;
            padding: 20px
        }

    .main-nav_link-lvl-1 {
        color: #0b0b0b;
        font-size: 2rem
    }
}

.icon-cta {
    padding: 76px 0
}

    .icon-cta .linkblock {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .icon-cta .row {
        margin-top: -56px
    }

        .icon-cta .row > .iconctablock {
            border-left: 3px solid #ccc
        }

            .icon-cta .row > .iconctablock:first-of-type {
                border-left: 0
            }

    .icon-cta .iconctablock {
        margin-top: 56px;
        text-align: center
    }

    .icon-cta .button {
        margin-top: 35px
    }

.icon-cta_item-title {
    margin-bottom: 0
}

.icon-cta_item-img {
    margin-bottom: 35px
}

.icon-cta_item-a {
    max-width: 100%
}

@media(max-width:1262px) {
    .main-nav_logo-section {
        flex-direction: row-reverse;
        max-width: 75%
    }

    .main-nav_award-logo-mobile {
        display: block;
        margin-bottom: -70px;
        padding: 0
    }

    .icon-cta {
        padding: 56px 0
    }
}

.image-cta {
    padding: 120px 0
}

    .image-cta .imagectablock {
        margin-top: 56px
    }

.image-cta_container {
    display: flex;
    flex-direction: row
}

.image-cta_item-container {
    font-family: Lato,sans-serif;
    position: relative;
    width: 94%;
    margin: 1%
}

    .image-cta_item-container > img {
        display: block;
        width: 100%;
        height: auto
    }

    .image-cta_item-container:hover > img {
        opacity: 1
    }

.image-cta_item-img {
    width: 30%;
    margin-bottom: 5%
}

.image-cta_item-text, .image-cta_item-title {
    margin-bottom: 5%
}

.image-cta_item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease
}

.image-cta_item-container:hover .image-cta_item-overlay {
    opacity: .98
}

.image-cta_item-middle {
    box-sizing: border-box;
    transition: 5s ease;
    position: absolute;
    padding: 2%;
    top: 50%;
    left: 50%;
    max-height: 95%;
    width: 90%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
    text-align: center
}

.accordion_item-title-wrap h2 {
    font-size: 2rem;
    margin-bottom: 0;
    text-transform: inherit
}

.accordion_item-title-wrap h3 {
    font-size: 1.75rem;
    margin-bottom: 0;
    text-transform: inherit
}

.accordion_item-title-wrap h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: inherit
}

.accordion_item-title-wrap h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    text-transform: inherit
}

.accordion_item-title-wrap h6 {
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: inherit
}

.accordion_item-title-wrap p {
    font-size: 1.5rem;
    color: #0b0b0b;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: inherit
}

.accordion_topic {
    margin-bottom: 44px
}

.accordion_body {
    padding: 24px 11px 24px 24px;
    display: none
}

    .accordion_body h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body h2 {
        font-size: 2rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body h3 {
        font-size: 1.75rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body h4 {
        font-size: 1.5rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body h5 {
        font-size: 1.25rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body h6 {
        font-size: 1rem;
        margin-bottom: 0;
        text-transform: inherit
    }

    .accordion_body p {
        font-size: 1.5rem;
        color: #0b0b0b;
        margin-bottom: 0;
        font-weight: 400;
        text-transform: inherit
    }

.accordion_icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 15px
}

    .accordion_icon .first {
        width: 20px;
        height: 2px;
        background: #00a6c3;
        position: absolute;
        left: 0;
        top: 9px
    }

    .accordion_icon .second {
        width: 20px;
        height: 2px;
        background: #00a6c3;
        position: absolute;
        top: 9px;
        transform: rotate(90deg);
        left: 0;
        transition: transform .1s cubic-bezier(.17,.67,.35,1)
    }

.rotator .container-fluid, .rotator .swiper-container, .rotator .swiper-slide, .rotator .swiper-wrapper {
    height: 710px
}

.rotator_item-container {
    background-size: cover;
    height: 710px;
    padding-left: 56px;
    padding-right: 56px;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative
}

    .rotator_item-container:after {
        content: '';
        background: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0) 42%,rgba(0,0,0,0));
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        pointer-events: none
    }

    .rotator_item-container .button {
        margin-top: 30px;
        position: relative;
        z-index: 5
    }

.rotator_image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rotator_body {
    margin-top: -50px;
    width: 42%;
    max-width: 600px;
    min-width: 350px;
    position: relative;
    z-index: 5
}

    .rotator_body h1, .rotator_body h2, .rotator_body h3, .rotator_body h4, .rotator_body h5, .rotator_body h6 {
        color: #fff;
        text-transform: inherit
    }

    .rotator_body p {
        margin-bottom: 16px;
        color: #fff
    }

        .rotator_body p:last-of-type {
            margin-bottom: 0
        }

@media(max-width:767px) {
    .rotator_item-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .rotator_body {
        width: 100%;
        max-width: initial
    }

    .rotator .swiper-pagination {
        right: initial;
        left: 50%;
        top: unset;
        bottom: 20px
    }
}

.ticker .container-fluid {
    width: initial
}

.ticker .container-fluid, .ticker .swiper-container, .ticker .swiper-slide, .ticker .swiper-wrapper, .ticker_content-wrap {
    min-height: 145px
}

.ticker .swiper-pagination {
    top: 20px;
    right: 22px;
    left: initial;
    bottom: initial;
    display: inline-block;
    width: initial;
    z-index: 5
}

    .ticker .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        background: #d8d8d8;
        opacity: 1;
        width: 6px;
        height: 6px;
        margin: 0 5px
    }

    .ticker .swiper-pagination .swiper-pagination-bullet-active {
        background: #00a6c3
    }

.ticker_content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 10% 30px
}

.ticker_body {
    font-style: italic;
    color: #009864
}

.media-gallery {
    position: relative;
    padding-top: 78px;
    padding-bottom: 87px;
    background-color: #009864
}

    .media-gallery .swiper-slide img {
        width: 100%
    }

    .media-gallery .swiper-wrapper {
        height: initial
    }

    .media-gallery .swiper-button-next, .media-gallery .swiper-button-prev {
        top: 40%;
        background-size: 16px 16px;
        background-repeat: no-repeat
    }

    .media-gallery .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

    .media-gallery .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.media-gallery_description {
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    font-size: 1.4rem;
    background-color: rgba(255,255,255,.7)
}

.media-gallery_container {
    padding-right: 56px;
    padding-left: 56px
}

.media-gallery_16-9-img-wrap {
    padding-top: 56.25%;
    position: relative
}

.media-gallery_video {
    padding-top: 56.25%;
    position: relative
}

.media-gallery_title {
    color: #fff
}

.media-gallery_swiper-1 {
    margin-bottom: 17px
}

    .media-gallery_swiper-1 .media-gallery .has-desc {
        position: relative
    }

        .media-gallery_swiper-1 .media-gallery .has-desc:before {
            content: '';
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 130px;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,0))
        }

    .media-gallery_swiper-1 .media-gallery_media-item {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center center;
        background-size: cover
    }

.media-gallery_swiper-2 .swiper-slide {
    transition: border .3s cubic-bezier(.17,.67,.35,1);
    cursor: pointer
}

.media-gallery_swiper-2 .swiper-slide-active {
    border: 4px solid #fff !important
}

.media-gallery_swiper-2 .swiper-slide {
    border: 4px solid #009864
}

.media-gallery_swiper-2 .media-gallery_description {
    display: none
}

.media-gallery_swiper-2 .media-gallery_media-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.media-gallery_title {
    margin-bottom: 34px
}

.media-gallery_media-item {
    position: relative;
    height: 100%
}

.media-gallery_video-player-wrap {
    padding-top: 56.25%;
    width: 100%;
    position: absolute
}

.media-gallery_video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .media-gallery_video-player iframe {
        width: 100%;
        height: 100%;
        background-color: #009864
    }

@media(max-width:767px) {
    .media-gallery .swiper-button-next {
        right: 0;
        top: 47%
    }

    .media-gallery .swiper-button-prev {
        left: 0;
        top: 47%
    }

    .media-gallery_container {
        padding-right: 26px;
        padding-left: 26px
    }
}

.survey {
    margin: 76px 0
}

    .survey .container-fluid a:last-child {
        display: none
    }

    .survey .smcx-embed {
        width: 100%;
        height: 410px;
        max-width: 100%;
        border: 0
    }

        .survey .smcx-embed > .smcx-iframe-container {
            height: 410px;
            width: 100%;
            max-width: 100%
        }

            .survey .smcx-embed > .smcx-iframe-container iframe {
                height: 410px
            }

.newsroom {
    margin: 76px 10%
}

.newsroom_label {
    color: #7e7e7e
}

.newsroom_heading {
    margin-bottom: 0
}

.newsroom_row-top {
    margin-bottom: 36px
}

.newsroom_dropdwn-col {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width:740px) {
    .newsroom_dropdwn-col {
        justify-content: flex-start
    }
}

.newsroom_dropdwn-col #newsCategoryId {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon-up-chevron-blue.png);
    background-size: 16px 9px;
    background-position: 94% 49%;
    background-repeat: no-repeat;
    height: 49px;
    border-radius: 3px;
    padding: 0 16px;
    border-color: #d8d8d8
}

.newsroom_article-row {
    padding-bottom: 26px;
    padding-top: 26px;
    border-bottom: 1px solid #979797
}

    .newsroom_article-row:first-of-type {
        padding-top: 0
    }

.newsroom_article-img {
    width: 100%;
    border: 1px solid #979797
}

.newsroom_article-label {
    margin-bottom: 6px
}

.newsroom_article-link {
    color: #0098cd;
    font-family: Lato,sans-serif;
    font-size: 1.6rem;
    text-decoration: underline
}

    .newsroom_article-link:focus, .newsroom_article-link:hover {
        color: #00729a
    }

    .newsroom_article-link:active {
        color: #0098cd
    }

.news-rotator .swiper-slide {
    padding: 56px 0 66px;
    background-color: #edf5fb;
    height: auto
}

    .news-rotator .swiper-slide .container-fluid {
        width: auto
    }

.news-rotator_categories-wrap {
    background-color: #009a66;
    padding: 9px 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.news-rotator_category-heading {
    border-right: 1px solid #fff;
    text-align: center;
    flex: 1 1 auto
}

    .news-rotator_category-heading:last-of-type {
        border-right: 0
    }

    .news-rotator_category-heading button {
        font-family: Lato,sans-serif;
        color: #fff;
        font-size: 1.2rem
    }

        .news-rotator_category-heading button.is-active {
            font-weight: 900
        }

.news-rotator_article-link {
    color: #0098cd;
    font-family: Lato,sans-serif;
    font-size: 1.6rem;
    text-decoration: underline
}

    .news-rotator_article-link:focus, .news-rotator_article-link:hover {
        color: #00729a
    }

    .news-rotator_article-link:active {
        color: #0098cd
    }

.news-rotator_current-category-heading {
    margin-bottom: 66px
}

.news-rotator_slide-content-wrap {
    display: flex
}

.news-rotator_slide-content-col {
    flex: 0 1 50%
}

    .news-rotator_slide-content-col:first-of-type {
        margin-right: 20px
    }

    .news-rotator_slide-content-col:last-of-type {
        margin-left: 20px
    }

.news-rotator_label {
    margin-bottom: 8px
}

.news-rotator_article-img {
    border: 1px solid #979797;
    width: 100%
}

.article {
    padding: 0 10% 16px;
    margin: 40px auto 0;
    width: 100%;
    max-width: 1440px
}

.article_img {
    width: 100%
}

.article_figure {
    padding: 0 0 28px
}

.footer_top-row-cont {
    padding: 0 56px
}

.footer_top-row {
    padding: 13px 0 16px;
    background: #c8a976;
    text-align: right
}

.footer_social-row {
    padding: 13px 0;
    background: #c8a976
}

.footer_social-row-cont {
    padding: 0 56px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end
}

.footer_social-label {
    display: inline-block;
    margin-right: 17px
}

.footer_top-row-link {
    margin: 0 27px;
    position: relative;
    transition: all .3s cubic-bezier(.17,.67,.35,1)
}

    .footer_top-row-link:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #fff;
        visibility: hidden;
        transition: all .3s cubic-bezier(.17,.67,.35,1)
    }

    .footer_top-row-link:hover:before {
        visibility: visible;
        width: 100%
    }

    .footer_top-row-link:last-of-type {
        margin-right: 0
    }

.footer_bot-row {
    background-position: center 70%;
    background-size: cover
}

.footer_bot-row-2 {
    margin-top: 56px
}

.footer_bot-row-cont {
    padding-right: 56px;
    padding-left: 56px
}

.footer_share-wrap {
    display: inline-flex;
    align-items: center;
    text-align: left;
    float: left
}

    .footer_share-wrap .fab {
        color: #fff;
        font-size: 2rem;
        margin-right: 7px
    }

.footer_share-label {
    margin-right: 14px;
    display: inline-block
}

.footer_social-links-col {
    text-align: right
}

    .footer_social-links-col .block.footerlinkblock {
        margin-right: 16px
    }

        .footer_social-links-col .block.footerlinkblock:last-of-type {
            margin-right: 0
        }

.footer_social-link {
    color: #000;
    font-size: 3.2rem;
    margin-right: 8px
}

.footer_page-links-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 130px
}

.footer_copyright-col {
    display: inline-flex;
    align-items: center;
    color: #0b0b0b
}

.footer_logo-col {
    text-align: right
}

    .footer_logo-col img {
        position: relative;
        right: 2px
    }

.footer_bot-logo-col {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Lato,sans-serif;
    color: #0b0b0b;
    font-size: 1.2rem
}

    .footer_bot-logo-col img {
        width: 64px;
        margin-right: 15px
    }

.footer_bot-row-link {
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    transition: all .3s cubic-bezier(.17,.67,.35,1)
}

    .footer_bot-row-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -2px;
        left: 0;
        background: #0b0b0b;
        visibility: hidden;
        width: 0;
        transition: all .3s cubic-bezier(.17,.67,.35,1)
    }

    .footer_bot-row-link:hover:before {
        visibility: visible;
        width: 100%
    }

.footer-copyright-social {
    margin: 2% 0
}

.footer-nav-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    margin: auto
}

.footer-nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 5% 0 5%
}

.f-copyright-mobile {
    display: none;
    font-family: Lato,sans-serif
}

@media(max-width:767px) {
    .footer_top-row {
        text-align: center
    }

    .footer_share-wrap {
        margin-bottom: 14px
    }

    .footer_top-row-cont {
        padding-right: 36px;
        padding-left: 36px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer_social-row-cont {
        padding-right: 36px;
        padding-left: 36px;
        text-align: center;
        justify-content: center
    }

    .footer_top-row-link {
        margin: 0;
        margin-bottom: 8px
    }

        .footer_top-row-link:last-of-type {
            margin-bottom: 0
        }

    .footer_page-links-ul {
        align-items: center
    }

    .footer_bot-row-cont {
        padding-left: 36px;
        padding-right: 36px
    }

    .footer_social-links-col {
        text-align: center;
        order: -1
    }

    .footer_copyright-col {
        display: block;
        text-align: center
    }

    .footer_bot-row-2 {
        margin-top: 35px
    }

    .footer_logo-col {
        margin-top: 15px;
        text-align: center
    }

    .footer_bot-logo-col {
        justify-content: center
    }

    .footer-copyright-social {
        margin: 4% 0
    }

    .footer-nav-block {
        width: 100%
    }

    .f-copyright-desktop {
        display: none
    }

    .footer-nav-links div a {
        font-size: 1rem !important
    }

    .f-copyright-mobile {
        display: block;
        text-align: center;
        width: 100%;
        padding: 4%
    }
}

.tabs {
    border-bottom: 15px solid #0093ca
}

.tabs_header {
    padding: 10px 0;
    background-color: #0093ca
}

.tabs_header-items-row {
    flex-wrap: nowrap
}

    .tabs_header-items-row .col-auto {
        flex: 0 1 25%
    }

.tabs_title-wrap {
    padding-bottom: 27px;
    display: flex;
    align-items: flex-end
}

.tabs_title {
    margin-right: 20px
}

.tabs_title-lines {
    height: 18px;
    bottom: 6px;
    position: relative;
    flex: 1 1 auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.tabs_content-wrap {
    min-height: 300px
}

    .tabs_content-wrap .tabblock {
        display: none
    }

    .tabs_content-wrap > div:first-of-type {
        display: block
    }

.tabs_header-item:first-child:before {
    border: 0
}

.tabs_header-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: relative
}

    .tabs_header-item:before {
        transition: bottom .15s cubic-bezier(.17,.67,.35,1);
        content: '';
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 100%;
        transform: translatex(-50%);
        width: 0;
        height: 100%;
        border: solid 1px #04719a
    }

    .tabs_header-item:after {
        transition: bottom .15s cubic-bezier(.17,.67,.35,1);
        content: '';
        position: absolute;
        z-index: 5;
        bottom: -10px;
        transform: translatex(0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #0093ca transparent transparent
    }

    .tabs_header-item.is-active:after {
        bottom: -20px
    }

    .tabs_header-item img {
        transition: all .3s cubic-bezier(.17,.67,.35,1)
    }

    .tabs_header-item:focus img, .tabs_header-item:hover img {
        -webkit-filter: drop-shadow(0 3px 5px #000);
        filter: drop-shadow(0 3px 5px #000)
    }

    .tabs_header-item:active img {
        -webkit-filter: drop-shadow(0 0 0 transparent);
        filter: drop-shadow(0 0 0 transparent)
    }

    .tabs_header-item .f-tabs-label {
        white-space: nowrap;
        font-size: 1.4rem
    }

@media(max-width:767px) {
    .tabs_header {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .tabs_header-item.is-active .f-tabs-label {
        font-weight: 700
    }
}

.EPiServerForms aside, .EPiServerForms h1, .EPiServerForms h2, .EPiServerForms h3, .EPiServerForms h4, .EPiServerForms h5, .EPiServerForms h6 {
    font-family: Lato,sans-serif
}

.EPiServerForms .hide {
    display: none !important
}

.EPiServerForms fieldset {
    border: 0
}

.EPiServerForms .Form__Status .Form__Success__Message {
    background-color: #009864 !important;
    color: #fff !important;
    font-family: Lato,sans-serif
}

    .EPiServerForms .Form__Status .Form__Success__Message h2 {
        font-size: 20px
    }

    .EPiServerForms .Form__Status .Form__Success__Message p {
        font-size: 14px
    }

.EPiServerForms .FormCaptcha .FormCaptcha__Image, .EPiServerForms .FormCaptcha .FormCaptcha__Input, .EPiServerForms .FormCaptcha .FormCaptcha__Refresh, .EPiServerForms .FormCaptcha label {
    display: block;
    margin: 10px 0
}

.EPiServerForms .FormCaptcha .FormCaptcha__Input {
    width: 20rem
}

.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
    background: #009864;
    color: #fff;
    padding: 10px;
    font-size: 12px !important
}

.EPiServerForms .Form__Element {
    margin-bottom: 15px;
    font-family: Lato,sans-serif;
    font-size: 1.6rem;
    color: #1c1c1c
}

    .EPiServerForms .Form__Element .Form__Element__Caption {
        display: none !important
    }

    .EPiServerForms .Form__Element .submit {
        display: none !important
    }

    .EPiServerForms .Form__Element input, .EPiServerForms .Form__Element select, .EPiServerForms .Form__Element textarea {
        font-family: Lato,sans-serif;
        font-size: 1.55rem;
        color: #1c1c1c;
        width: 100%;
        padding: 6px;
        border: 1px solid #979797
    }

    .EPiServerForms .Form__Element select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url(../img/icon-select.png);
        background-size: 10px 16px;
        background-position: 98% 8px;
        background-repeat: no-repeat
    }

    .EPiServerForms .Form__Element textarea {
        resize: vertical;
        min-height: 130px
    }

    .EPiServerForms .Form__Element input, .EPiServerForms .Form__Element textarea {
        border-bottom: 2px solid #009864
    }

        .EPiServerForms .Form__Element input[type=checkbox], .EPiServerForms .Form__Element input[type=radio] {
            border: 2px solid #000;
            width: auto
        }

    .EPiServerForms .Form__Element .submit-btn {
        position: relative
    }

        .EPiServerForms .Form__Element .submit-btn svg {
            position: absolute;
            right: 22px;
            top: 8px
        }

        .EPiServerForms .Form__Element .submit-btn .submit-arrow-svg {
            fill: #009864;
            transition: all .3s cubic-bezier(.17,.67,.35,1)
        }

        .EPiServerForms .Form__Element .submit-btn button {
            transition: all .3s cubic-bezier(.17,.67,.35,1);
            color: #009864;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 6px;
            text-align: left;
            font-style: italic
        }

        .EPiServerForms .Form__Element .submit-btn:hover button {
            background: #009864;
            color: #fff
        }

        .EPiServerForms .Form__Element .submit-btn:hover .submit-arrow-svg {
            fill: #fff
        }

.iframeblock .container {
    position: relative;
    overflow: hidden;
    width: 100%
}

.iframeblock iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media(max-width:767px) {
    .text-block {
        padding-top: 10% !important;
        padding-bottom: 12% !important
    }

        .text-block > div {
            width: 90% !important
        }

        .text-block h1 span, .text-block h2 span, .text-block h3 span, .text-block h4 span, .text-block h5 span, .text-block h6 span {
            font-size: 2rem !important
        }

        .text-block p span {
            font-size: 1.3rem !important
        }
}

.testimonial-block {
    font-family: Lato,sans-serif;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0
}

.testimonial-block_text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 50%
}

.testimonial-block_text {
    display: block;
    padding: 0 8%
}

.testimonial-block_quote-block {
    display: block
}

.testimonial-block_button-icon {
    padding: 0 8%;
    display: flex
}

.testimonial-block_img-block {
    display: flex;
    flex: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

    .testimonial-block_img-block img {
        max-width: 100%;
        max-height: 850px
    }

.testimonial-block_button-mobile {
    display: none
}

@media(max-width:1024px) {
    .testimonial-block_text h1 span, .testimonial-block_text h2 span, .testimonial-block_text h3 span, .testimonial-block_text h4 span, .testimonial-block_text h5 span, .testimonial-block_text h6 span {
        font-size: 120% !important
    }

    .testimonial-block_text p span {
        font-size: 120% !important
    }
}

@media(max-width:767px) {
    .testimonial-block_text-block {
        padding: 7% 0
    }

    .testimonial-block_text h1 span, .testimonial-block_text h2 span, .testimonial-block_text h3 span, .testimonial-block_text h4 span, .testimonial-block_text h5 span, .testimonial-block_text h6 span {
        font-size: 110% !important
    }

    .testimonial-block_text p span {
        font-size: 100% !important
    }

    .testimonial-block_button-mobile {
        display: flex;
        width: 100%
    }

    .testimonial-block_button-icon {
        display: none
    }
}

.quote-block {
    font-family: Lato,sans-serif;
    display: flex;
    height: fit-content;
    flex-direction: row
}

.quote-block_text {
    padding: 0 50px
}

.quote-block-start-en {
    font-family: 'Times New Roman',Times,serif;
    font-size: 10rem;
    display: flex;
    justify-content: center;
    margin-top: -20px
}

.quote-block-start-fr {
    font-family: 'Times New Roman',Times,serif;
    font-size: 7rem;
    display: flex;
    justify-content: center;
    margin-top: -30px
}

.quote-block-end-en {
    font-family: 'Times New Roman',Times,serif;
    font-size: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: -5%
}

.quote-block-end-fr {
    font-family: 'Times New Roman',Times,serif;
    font-size: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: end
}

@media(max-width:1262px) {
    .quote-block-end-en, .quote-block-start-en, .quote-block-end-fr, .quote-block-start-fr {
        font-size: 5rem
    }

    .quote-block_text p span {
        font-size: 120% !important
    }
}

@media(max-width:767px) {
    .quote-block {
        margin-top: 0
    }

    .quote-block-start-en, .quote-block-start-fr {
        margin-top: -9px
    }

    .quote-block-end-en, .quote-block-end-fr {
        align-items: flex-start
    }

    .quote_img-wrap {
        order: -1;
        height: 490px;
        width: initial
    }

    .quote-block_text p span {
        font-size: 100% !important
    }

    .quote-block-end-en, .quote-block-end-fr, .quote-block-start-en, .quote-block-start-fr {
        font-size: 3rem
    }
}

.button-icon_box {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 40%;
    margin: 5% 2% 2% 0;
    position: relative
}

.button-icon_img {
    width: 100%;
    margin-top: 15%
}

    .button-icon_img img {
        width: 40%
    }

.button-icon_text {
    font-family: Lato,sans-serif;
    font-size: 3rem;
    font-weight: 400;
    display: inherit;
    margin: 2% 0 35%
}

    .button-icon_text a {
        text-decoration: none
    }

        .button-icon_text a:hover {
            cursor: pointer
        }

.button-icon_arrow {
    display: flex;
    align-items: flex-end;
    margin: 0 5px
}

.button-block {
    padding: 1%
}

    .button-block a {
        font-family: Lato,sans-serif;
        text-decoration: none;
        font-size: 170%;
        font-weight: 700
    }

.button-block_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s ease
}

.button-icon_box:hover .button-block_overlay {
    opacity: 1
}

@media(max-width:1024px) {
    .button-icon_text {
        font-size: 2.2rem
    }

    .button-block a {
        font-size: 130%;
        font-weight: 500
    }
}

@media(max-width:767px) {
    .main-nav_cat-lvl-1 .language-toggle {
        justify-content: center
    }

        .main-nav_cat-lvl-1 .language-toggle li {
            padding: 0 5px
        }

    .image-cta_container {
        margin: 0 5% 0 5% !important
    }

    .image-cta {
        padding: 50px 0 !important
    }

    .image-cta_item-overlay {
        display: none !important
    }

    .button-icon_box {
        width: 50%;
        margin: 0
    }

    .button-icon_text {
        font-size: 2rem
    }

    .button-block a {
        font-size: 110%
    }
}

.btn-block, .btn-block-desktop {
    position: relative;
    z-index: 3;
    width: fit-content;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: auto
}

.btn-block-mob {
    display: none
}

    .btn-block a, .btn-block-desktop a, .btn-block-mob a {
        font-family: Lato,sans-serif;
        text-decoration: none;
        color: inherit
    }

@media(max-width:1024px) {
    .btn-block a, .btn-block-desktop a {
        font-size: 80%
    }
}

@media(max-width:767px) {
    .btn-block {
        max-width: 75%;
        padding: 3px;
        margin-top: -30px !important;
        margin-bottom: -20px !important
    }

        .btn-block a {
            font-size: 60%
        }

    .btn-block-mob {
        font-size: 120% !important;
        width: 85%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 0 0 2% 8%
    }

    .btn-block-desktop {
        max-width: 85% !important
    }
}

#epi-quickNavigator {
    top: unset !important;
    bottom: 0
}

@media(max-width:1300px) {
    .main-nav_cat-lvl-1 > li {
        padding: 6px 15px
    }
}

@media(min-width:1301px) {
    .main-nav_cat-lvl-1 > li {
        padding: 6px 20px
    }
}

@media(min-width:768px) and (max-width:900px) {
    .main-nav_logo-section {
        max-width: 60%
    }

    .main-nav_award-logo-mobile {
        width: 130px
    }
}

@media(min-width:901px) and (max-width:1024px) {
    .main-nav_logo-section {
        max-width: 50%
    }

    .main-nav_award-logo-mobile {
        width: 150px
    }
}

@media(min-width:1025px) and (max-width:1262px) {
    .main-nav_logo-section {
        max-width: 55%
    }

    .main-nav_award-logo-mobile {
        width: 160px
    }

    .main-nav_logo-bg {
        width: 300px
    }
}


/*Cookie Banner Styles*/
.cookie-banner-container {
    z-index: 5;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 35px 2%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: bold;
    min-width: 98%;
    visibility: visible;
    opacity: 1
}

.cookie-banner-container .row {
    align-items: center
}

.cookie-banner-container .cookie-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.cookie-banner-container .cookie-btn {
    height: 44px;
    font-family: Lato,sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline;
    padding: 12px 20px;
    margin: 10px
}

.hide-cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s,opacity .5s linear
}

.cookie-consent-page .cookie-consent-btns {
    flex-direction: row;
    justify-content: flex-start
}

.cookie-consent-page .cookie-btn {
    font-size: 14px;
    display: inline;
    padding: 10px;
    margin: 10px
}

@media(max-width:1000px) {
    .cookie-banner-container {
        margin-bottom: 0;
        border-radius: 0;
        min-width: 100%
    }

    .cookie-banner-container .cookie-btns {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .cookie-consent-page .cookie-consent-content {
        margin-left: 5%;
        margin-right: 5%
    }

    .cookie-consent-page .cookie-consent-btns {
        justify-content: center
    }

    .cookie-banner-container .cookie-btns {
        flex-wrap: wrap;
        justify-content: center
    }
}